box-o-sand/cat-town/tsconfig.json

15 lines
326 B
JSON
Raw Normal View History

2023-04-06 19:08:43 +00:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"sourceMap": true,
"target": "es2017",
"module": "es6",
"types": ["excalibur"],
"outDir": "./dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}