修改tsc编译目标目录

This commit is contained in:
zhl 2021-01-29 19:18:07 +08:00
parent 8e3e16b194
commit 752083f1f5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules
.idea
.DS_Store
lib
dist

View File

@ -7,7 +7,7 @@
"libs"
],
"compilerOptions": {
"outDir": "lib",
"outDir": "dist",
"target": "es6",
"baseUrl": "./src",
"module": "commonjs",