Fixing: Some getConfigs where breaking in new system (#2685)

This commit is contained in:
Jade
2024-07-26 11:19:16 -06:00
committed by GitHub
parent 8aecec0b9a
commit e0b47feb8b
10 changed files with 6083 additions and 62 deletions

View File

@@ -13,9 +13,10 @@
"declaration": true,
"noImplicitAny": true,
"esModuleInterop": true,
"types": ["node"],
"types": ["node", "jest"],
"moduleResolution": "Node16",
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
},
"ts-node": {
"compilerOptions": {