mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-19 15:11:52 +03:00
11 lines
278 B
JSON
Generated
11 lines
278 B
JSON
Generated
{
|
|
"extends": "@tsconfig/vite-react/tsconfig.json",
|
|
"compilerOptions": {
|
|
// Temporary loosen the type checking until we can address all the errors.
|
|
"allowJs": true,
|
|
"strict": false
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|