Skip to content

Commit 00b7966

Browse files
Re-remove typeRoots
1 parent 4084e4f commit 00b7966

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/optimizely-sdk/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"outDir": "./dist",
1515
"sourceMap": true,
1616
"skipLibCheck": true,
17-
"useUnknownInCatchVariables": false,
18-
"typeRoots": [
19-
"node_modules/@types"
20-
],
17+
"useUnknownInCatchVariables": false
2118
},
2219
"exclude": [
2320
"./dist",

0 commit comments

Comments
 (0)