tic80-gameoflife/tsconfig.json

9 lines
156 B
JSON
Raw Normal View History

2024-06-09 18:18:32 +02:00
{
"compileOnSave": true,
"compilerOptions": {
"lib": ["es2020"],
"target": "es2020",
"outFile": "build/compiled.js",
"strict": true
}
}