wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/web-app/tsconfig.json
2023-04-07 19:20:06 +02:00

12 lines
301 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
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}