mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-19 07:02:00 +03:00
14 lines
395 B
JSON
Generated
14 lines
395 B
JSON
Generated
{
|
|
"extends": "@tsconfig/vite-react/tsconfig.json",
|
|
"compilerOptions": {
|
|
// Temporary loosen the type checking until we can address all the errors.
|
|
"jsx": "preserve",
|
|
"allowJs": true,
|
|
"strict": false,
|
|
// Allow importing pages with the .tsx extension.
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|