mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"types": ["@figma/plugin-typings"]
|
|
}
|
|
}
|