修改tsc编译目标目录
This commit is contained in:
parent
8e3e16b194
commit
752083f1f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ node_modules
|
||||
.idea
|
||||
.DS_Store
|
||||
lib
|
||||
dist
|
||||
|
@ -7,7 +7,7 @@
|
||||
"libs"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"outDir": "dist",
|
||||
"target": "es6",
|
||||
"baseUrl": "./src",
|
||||
"module": "commonjs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user