Files
tower/tsconfig.json
2021-05-08 12:13:14 -07:00

14 lines
209 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"noImplicitAny": true,
"sourceMap": true,
"outDir": "js"
},
"files": [
"src/tower.ts",
"src/tower_map.ts"
]
}