tic80-gameoflife/tsconfig.json
2024-06-09 18:18:32 +02:00

9 lines
156 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"lib": ["es2020"],
"target": "es2020",
"outFile": "build/compiled.js",
"strict": true
}
}