More build config

This commit is contained in:
Ian Gulliver
2021-05-08 12:13:14 -07:00
parent 076d729c5d
commit 3e4769b3ef
8 changed files with 27 additions and 5 deletions

13
tsconfig.json Normal file
View File

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