Skip to content

Commit e404c54

Browse files
committed
fix test
1 parent 320222c commit e404c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"forceConsistentCasingInFileNames": true,
77
"strict": true,
88
"skipLibCheck": true,
9-
"experimentalDecorators": true
9+
"experimentalDecorators": true,
10+
"resolveJsonModule": true
1011
},
1112
"include": ["**/*.ts", "**/*.d.ts"]
1213
}

0 commit comments

Comments
 (0)