svgl/tsconfig.json

15 lines
331 B
JSON
Raw Permalink Normal View History

{
2023-03-15 19:29:15 +08: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,
"types": ["@figma/plugin-typings"]
2023-03-15 19:29:15 +08:00
}
}