Skip to content

Commit 325ae71

Browse files
committed
chore(tsconfig): added checkJs
1 parent 9a4eb9e commit 325ae71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.configs.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"allowJs": true,
5+
"checkJs": true,
56
"noEmit": true,
67
"rootDir": "./",
78
"sourceRoot": "./",

0 commit comments

Comments
 (0)