compile to one single file

This commit is contained in:
Lauchmelder 2021-11-26 23:07:28 +01:00
parent 8140a02305
commit 6526241f5e
5 changed files with 46 additions and 44 deletions

View file

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