Skip to content

Commit a785e6e

Browse files
committed
fix: lint
1 parent 70b8e54 commit a785e6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@/*": ["./*"]
77
},
88
"outDir": "build",
9-
"skipLibCheck": false,
9+
"skipLibCheck": true,
1010
"sourceMap": true,
1111
"strict": true,
1212
"target": "ES2022"

tsconfig.base.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "Node16",
4-
"moduleResolution": "node",
4+
"moduleResolution": "Node16",
55
"lib": ["ES2022", "dom"],
66
"allowSyntheticDefaultImports": true,
77
"downlevelIteration": true,
@@ -17,6 +17,7 @@
1717
"skipLibCheck": true,
1818
"sourceMap": true,
1919
"strict": true,
20-
"target": "ES2022"
20+
"target": "ES2022",
21+
"resolveJsonModule": true
2122
}
2223
}

0 commit comments

Comments
 (0)