Update tsconfig.json
- use esnext instead of es2022 - use incremental builds
This commit is contained in:
parent
00001582d0
commit
00001593ab
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules/*"],
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"target": "esnext",
|
||||
"incremental": true,
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue