chore: Update to TypeScript 5.2.2

tsconfig has to be different for tests due to cjs/esm issues with jest.
Deploy scripts need to use the original tsconfig though,
which is why we have the current nested tsconfigs.
This commit is contained in:
Joachim Van Herwegen
2023-10-31 09:43:55 +01:00
parent 9cc4a9ce4d
commit edbf895505
5 changed files with 17 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"include": [
"."
]
}

View File

@@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node"
},
"include": [