svgl/tsconfig.json

16 lines
366 B
JSON
Raw Normal View History

{
2023-03-15 11:29:15 +00:00
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
2023-12-23 15:43:54 +08:00
"strict": true,
"moduleResolution": "bundler",
2023-12-23 15:43:54 +08:00
"types": ["@figma/plugin-typings"]
2023-03-15 11:29:15 +00:00
}
}