basic build works

This commit is contained in:
2020-12-12 12:29:14 +01:00
parent 7429407843
commit 47e4f6cd7e
3 changed files with 17 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
"target": "ES2020",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"outDir": "./dist",
"esModuleInterop": true,
"strict": false,
"experimentalDecorators": true,