restructured project

This commit is contained in:
Lauchmelder 2021-11-26 15:01:20 +01:00
parent 4066c87793
commit ea4eb49670
3 changed files with 4 additions and 3 deletions

View file

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