mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
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:
6
test/deploy/tsconfig.json
Normal file
6
test/deploy/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": [
|
||||
"."
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "es2022",
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user