Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Dec 5, 2024
1 parent 320222c commit e404c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"resolveJsonModule": true
},
"include": ["**/*.ts", "**/*.d.ts"]
}

0 comments on commit e404c54

Please sign in to comment.