Changed build to dist for ts output

This commit is contained in:
Core 2022-02-04 03:59:21 +00:00
parent ae970f2c6b
commit a3a4c6dce5
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
4 changed files with 1302 additions and 1233 deletions

View file

@ -6,7 +6,7 @@
"noImplicitAny": true,
"strict": true,
"sourceMap": true,
"outDir": "./build",
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*"]