Skip to content

Commit ceb1f83

Browse files
committed
fix: 🐛 tsconfig type not found
1 parent 4a21f59 commit ceb1f83

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

tsconfig.json

+5-14
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,10 @@
88
"pretty": true,
99
"strictNullChecks": true,
1010
"declaration": true,
11-
"allowSyntheticDefaultImports": true
11+
"allowSyntheticDefaultImports": true,
12+
"esModuleInterop": true
1213
},
13-
"lib": [
14-
"es2023"
15-
],
16-
"include": [
17-
"src/**/*.ts",
18-
"src/**/*.tsx",
19-
"dangerfile.ts"
20-
],
21-
"exclude": [
22-
"dangerfile.ts",
23-
"node_modules",
24-
"dist"
25-
]
14+
"lib": ["es2023"],
15+
"include": ["src/**/*.ts", "src/**/*.tsx", "dangerfile.ts"],
16+
"exclude": ["dangerfile.ts", "node_modules", "dist"]
2617
}

0 commit comments

Comments
 (0)