Skip to content

Commit 818d35e

Browse files
committed
tsconfig fix after dependency upgrade
1 parent 5243748 commit 818d35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test-utils/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "CommonJS",
66
"target": "ES2019",
77
"lib": ["es2019", "dom"],
8+
"types": [],
89
"declaration": true,
910
"allowSyntheticDefaultImports": true,
1011
"outDir": "../../lib/components/test-utils",

0 commit comments

Comments
 (0)