Skip to content

Commit 05815ff

Browse files
committed
resolve tsconfig
1 parent 9c2bf7b commit 05815ff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"noEmit": true,
66
"module": "ES2020",
77
"target": "ES2020",
8-
"moduleResolution": "Node",
9-
"allowSyntheticDefaultImports": true,
10-
"resolveJsonModule": true
8+
"allowSyntheticDefaultImports": true
119
}
1210
}

utilities/tsconfig.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"checkJs": true,
5+
"noEmit": true,
6+
"moduleResolution": "Node",
7+
"resolveJsonModule": true
8+
},
9+
"extends": "../tsconfig.json"
10+
}

0 commit comments

Comments
 (0)