mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
feat: update to TypeScript 5; reorganize deps
This commit is contained in:
parent
658300fcac
commit
fd60a09947
5 changed files with 324 additions and 348 deletions
|
@ -6,8 +6,8 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"target": "es2022",
|
||||
"lib": ["es2022"],
|
||||
"target": "esnext",
|
||||
"lib": ["es2023"],
|
||||
"baseUrl": ".",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue