fix(core): update

This commit is contained in:
2023-08-19 11:47:45 +02:00
parent d08a92814e
commit e3e79d9a11
11 changed files with 1195 additions and 321 deletions

View File

@ -6,5 +6,8 @@
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
},
"exclude": [
"dist_*/**/*.d.ts"
]
}