13 lines
181 B
JSON
13 lines
181 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "ES2020",
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"sourceMap": true
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"tower.ts",
|
||
|
|
"tower_map.ts"
|
||
|
|
]
|
||
|
|
}
|