Skip to content

Commit 7906ce2

Browse files
authored
Remove deprecated options from the TypeScript config (#208)
This PR removes the deprecated options from the TypeScript config
1 parent bfcf1cd commit 7906ce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"moduleResolution": "node",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"importsNotUsedAsValues": "error",
1918
},
2019
"include": ["src"],
2120
"exclude": ["dist", "node_modules"]

0 commit comments

Comments
 (0)