wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/web-app/tsconfig.json

11 lines
280 B
JSON
Raw Normal View History

{
"compilerOptions": {
"extends": "@tsconfig/vite-react/tsconfig.json",
// Temporary loosen the type checking until we can address all the errors.
"allowJs": true,
"strict": false
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}