diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3a9b5e5 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: tsconfig.json $(wildcard src/*.ts) + tsc diff --git a/js/tower.js b/js/tower.js new file mode 100644 index 0000000..dedf8b3 --- /dev/null +++ b/js/tower.js @@ -0,0 +1,6 @@ +import { TowerMap } from 'tower_map.js'; +export function main() { + const map = new TowerMap(); +} +; +//# sourceMappingURL=tower.js.map \ No newline at end of file diff --git a/js/tower.js.map b/js/tower.js.map new file mode 100644 index 0000000..05a69a2 --- /dev/null +++ b/js/tower.js.map @@ -0,0 +1 @@ +{"version":3,"file":"tower.js","sourceRoot":"","sources":["../src/tower.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,UAAU,IAAI;IAClB,MAAM,GAAG,GAAG,IAAI,QAAQ,EAAE,CAAC;AAC7B,CAAC;AAAA,CAAC"} \ No newline at end of file diff --git a/js/tower_map.js b/js/tower_map.js new file mode 100644 index 0000000..2aa9d12 --- /dev/null +++ b/js/tower_map.js @@ -0,0 +1,3 @@ +export class TowerMap { +} +//# sourceMappingURL=tower_map.js.map \ No newline at end of file diff --git a/js/tower_map.js.map b/js/tower_map.js.map new file mode 100644 index 0000000..d4db089 --- /dev/null +++ b/js/tower_map.js.map @@ -0,0 +1 @@ +{"version":3,"file":"tower_map.js","sourceRoot":"","sources":["../src/tower_map.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,QAAQ;CACpB"} \ No newline at end of file diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 4e57eef..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.js -*.js.map diff --git a/tower.html b/tower.html new file mode 100644 index 0000000..8a75430 --- /dev/null +++ b/tower.html @@ -0,0 +1,10 @@ + + + +
+