Skip to content

Commit ad2ba1d

Browse files
committed
fix: tsconfig.json
1 parent 429070b commit ad2ba1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"jsx": "react",
88
"jsxFactory": "h",
99
"lib": ["ES2022"],
10-
"noEmit": true
10+
"noEmit": true,
11+
"skipLibCheck": true
1112
},
12-
"include": ["**/*.ts", "**/*.tsx"]
13+
"include": ["./**/*.ts", "./**/*.tsx"],
14+
"exclude": ["node_modules", "dist"]
1315
}

0 commit comments

Comments
 (0)