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