Fix tsconfig error
This commit is contained in:
parent
aa64c050ba
commit
f9ff45c942
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@
|
|||
"target": "ES6",
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "Node"
|
||||
"moduleResolution": "Node",
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue