*set outDir
This commit is contained in:
parent
19891e34f8
commit
b8ea90253a
|
@ -3,7 +3,8 @@
|
|||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
|
|
Loading…
Reference in New Issue