There was an error while loading. Please reload this page.
1 parent 70b8e54 commit a785e6eCopy full SHA for a785e6e
packages/api/tsconfig.json
@@ -6,7 +6,7 @@
6
"@/*": ["./*"]
7
},
8
"outDir": "build",
9
- "skipLibCheck": false,
+ "skipLibCheck": true,
10
"sourceMap": true,
11
"strict": true,
12
"target": "ES2022"
tsconfig.base.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"module": "Node16",
4
- "moduleResolution": "node",
+ "moduleResolution": "Node16",
5
"lib": ["ES2022", "dom"],
"allowSyntheticDefaultImports": true,
"downlevelIteration": true,
@@ -17,6 +17,7 @@
17
"skipLibCheck": true,
18
19
20
- "target": "ES2022"
+ "target": "ES2022",
21
+ "resolveJsonModule": true
22
}
23
0 commit comments