14 lines
209 B
JSON
14 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"outDir": "js"
|
|
},
|
|
"files": [
|
|
"src/tower.ts",
|
|
"src/tower_map.ts"
|
|
]
|
|
}
|