MapCompleteVScode/tsconfig.json
Robin van der Linde 997a387a57
🎉 Initial commit
2024-12-31 22:53:56 +01:00

15 lines
No EOL
225 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"lib": ["es2020"],
"outDir": "out",
"sourceMap": true,
"strict": true,
"rootDir": "src"
},
"exclude": [
"node_modules",
".vscode-test"
]
}