merge all ts files into one js file

This commit is contained in:
Lauchmelder 2021-11-27 05:36:37 +01:00
parent b010bf60ee
commit 04b3c0c2ca
5 changed files with 11 additions and 13 deletions

View file

@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "es6",
// "outFile": "./out/lauchpioos.js",
"outDir": "./out",
"outFile": "./out/geometry.js",
"sourceRoot": "./src",
"rootDir": "./src",
"sourceMap": true