mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-15 18:38:30 +00:00
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"extends": "@webstudio-is/tsconfig/base.json",
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.mjs"],
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"types": ["vite/client", "@webstudio-is/react-sdk/placeholder"],
|
|
"module": "esnext",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noUncheckedSideEffectImports": false
|
|
}
|
|
}
|