Skip to content

Commit 8f92912

Browse files
committed
fix: admin typechecking
1 parent 43677e0 commit 8f92912

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

admin/tsconfig.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,19 @@
1616
"strictNullChecks": true,
1717
"noImplicitAny": true,
1818
"baseUrl": "./",
19-
"typeRoots": ["./src/types", "./node_modules/@types"]
19+
"typeRoots": ["./src/types", "./node_modules/@types"],
20+
"types": [
21+
"node",
22+
"jest",
23+
"history",
24+
"qs",
25+
"react",
26+
"react-dom",
27+
"react-redux",
28+
"redux-actions",
29+
"styled-components"
30+
]
2031
},
2132
"include": ["src"],
22-
"exclude": ["node_modules", "build", "jest", "test", "__mocks__", "src/sw.js"]
33+
"exclude": ["node_modules", "build", "jest", "test", "__mocks__"]
2334
}

0 commit comments

Comments
 (0)