Commit 3834d9a
authored
fix(deno): update types for deno ^1.4.0 (#100)
In version 1.4 Deno adopted;
- the tsconfig setting [importsNotUsedAsValues](https://www.typescriptlang.org/tsconfig#importsNotUsedAsValues) - denoland/deno#7413
This requires the use of;
- type only imports for values which are only used as types (`importsNotUsedAsValues`)1 parent 9c8a079 commit 3834d9a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments