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

Commit eb0b6b3

Browse files
committed
Update tsconfig
1 parent c4db85d commit eb0b6b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ts/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"strict": true,
1919
"strictNullChecks": true,
2020
"strictPropertyInitialization": false,
21-
"target": "esnext",
22-
"typeRoots": ["/**/node_modules/@types"]
21+
"target": "esnext"
2322
},
2423
"exclude": ["/**/node_modules", "/**/vendor"]
2524
}

0 commit comments

Comments
 (0)