parent
486e5863cb
commit
ee1dadecc3
3 changed files with 32 additions and 29 deletions
@ -1,16 +1,19 @@ |
|||||||
{ |
{ |
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"target": "ES2022", |
"target": "ESNext", |
||||||
"module": "commonjs", |
"module": "ESNext", |
||||||
"sourceMap": true, |
"moduleResolution": "NodeNext", |
||||||
|
"esModuleInterop": true, |
||||||
|
|
||||||
"alwaysStrict": true, |
"alwaysStrict": true, |
||||||
"removeComments": true, |
"removeComments": true, |
||||||
|
|
||||||
"declaration": true, |
"declaration": true, |
||||||
"declarationMap": true, |
"declarationMap": true, |
||||||
"outDir": "./out", |
"sourceMap": true, |
||||||
"moduleResolution": "Node16" |
"outDir": "./out" |
||||||
}, |
}, |
||||||
"include": [ |
"include": [ |
||||||
"./src" |
"src/**/*.ts" |
||||||
] |
] |
||||||
} |
} |
Loading…
Reference in new issue