Skip to content

Commit a0dd6fd

Browse files
committed
chore: add typeRoots
1 parent 173fcf8 commit a0dd6fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"noFallthroughCasesInSwitch": true,
1313
"noImplicitReturns": true,
1414
"noUnusedLocals": true,
15-
"baseUrl": "./"
15+
"baseUrl": "./",
16+
"typeRoots": [
17+
"./node_modules/@types",
18+
"./typings"
19+
]
1620
},
1721
"include": [
1822
"typings/**/*.ts",

0 commit comments

Comments
 (0)