webstudio/packages/cli/tsconfig.json
Bogdan Chadkin d61945402c build: upgrade to typescript 5.6 (#4345)
Only some apis added to types.
2024-10-28 12:17:43 +03:00

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
}
}