More build config
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"noImplicitAny": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "js"
|
||||
},
|
||||
"files": [
|
||||
"src/tower.ts",
|
||||
"src/tower_map.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user