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