wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/web-app/tsconfig.json
2023-03-07 22:52:21 +01:00

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