Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 10f26c7

Browse files
committed
Update tsconfig
1 parent e4d8d24 commit 10f26c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"strictNullChecks": true,
2020
"strictPropertyInitialization": false,
2121
"target": "esnext",
22-
"typeRoots": ["**/node_modules/@types"]
22+
"typeRoots": ["/**/node_modules/@types"]
2323
},
24-
"exclude": ["**/node_modules", "**/vendor"]
24+
"exclude": ["/**/node_modules", "/**/vendor"]
2525
}

0 commit comments

Comments
 (0)