File layout

This commit is contained in:
Ian Gulliver
2021-05-08 12:07:40 -07:00
parent 010913586a
commit 076d729c5d
18 changed files with 34 additions and 13 deletions

12
src/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"noImplicitAny": true,
"sourceMap": true
},
"files": [
"tower.ts",
"tower_map.ts"
]
}