Skip to content

Commit a1814a2

Browse files
author
Aditya Satish Karwa
committed
Add typeroots to tsconfig.json
1 parent fb5da9f commit a1814a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/deployment/typescript/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"target": "esnext",
44
"module": "esnext",
55
"strict": true,
6-
"typeRoots": []
6+
"typeRoots": [
7+
"./node_modules/@types"
8+
],
9+
"skipLibCheck": true
710
},
811
"files": [
912
"typescript.spec.ts",

0 commit comments

Comments
 (0)