foundation/runners/tsconfig.json

9 lines
310 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"strict": true, "outDir": "bin", "target": "es2020", "module": "commonjs",
"moduleResolution": "node", "sourceMap": true, "experimentalDecorators": true,
"esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true
},
"files": ["index.ts"]
}