KnilchWeb/tsconfig.json
leopold eaec137887 Added win state
Added gridsize changing
Added Edit mode
2020-01-20 08:52:06 +01:00

8 lines
No EOL
158 B
JSON

{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "node",
"resolveJsonModule": true,
"outDir": "./built"
}
}