Files
tower/src/tsconfig.json

13 lines
181 B
JSON
Raw Normal View History

2021-05-08 12:07:40 -07:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"noImplicitAny": true,
"sourceMap": true
},
"files": [
"tower.ts",
"tower_map.ts"
]
}