{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "noImplicitAny": true, "sourceMap": true, "outDir": "js" }, "files": [ "src/tower.ts", "src/tower_map.ts" ] }