fix(core): update

This commit is contained in:
2022-03-18 19:40:28 +01:00
parent 24a5f48ce1
commit c1b5778d01
11 changed files with 6515 additions and 14580 deletions

View File

@ -1,7 +1,8 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2017",
"moduleResolution": "Node"
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node12"
}
}