mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"types": ["@figma/plugin-typings"]
|
|
}
|
|
}
|