mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 22:51:40 +03:00
5da642e8eb
* Change typescript modules to esnext * Fix tsconfigs and use recommended settings * Fix server not loading env variables * Fix TS output overwriting error * Fix wrong types * Change MainPage.tsx to MainPage.jsx * Remove duplication for Node tsconfig * Update e2e tests for TS fixes * Fix formatting
11 lines
215 B
JSON
Generated
11 lines
215 B
JSON
Generated
{
|
|
"extends": "@tsconfig/create-react-app/tsconfig.json",
|
|
"compilerOptions": {
|
|
// Overriding this until we implement more complete TypeScript support.
|
|
"strict": false,
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|