fix(core): update

This commit is contained in:
2022-06-15 22:14:55 +02:00
parent 5e15729045
commit 0b5ec86780
10 changed files with 2755 additions and 10528 deletions

View File

@@ -3,6 +3,7 @@
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
}
}