chore: redefine tsc config
This commit is contained in:
parent
fcda3b1952
commit
bd4febe6f3
2 changed files with 5 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"declarationMap": true,
|
||||
"declaration": true,
|
||||
"noEmit": false,
|
||||
"incremental": true,
|
||||
"outDir": "build/debug"
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"module": "nodenext",
|
||||
"strict": true,
|
||||
"sourceMap": false,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": false,
|
||||
"allowJs": false,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"outDir": "build/release",
|
||||
"baseUrl": "./",
|
||||
"paths": { "*": ["node/modules/*"] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue