wundergraph.andert.me/tsconfig.json

19 lines
455 B
JSON
Raw Permalink Normal View History

2022-10-28 12:42:05 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
},
"include": [".wundergraph/**/*.ts"]
}