Skip to content

Commit

Permalink
Enable json module loading (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela authored Jun 6, 2024
1 parent d27b7a4 commit 8af47c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site/gatsby-site/playwright/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
"sourceMap": true,
"outDir": "../tests-out",
"resolveJsonModule": true,
"esModuleInterop": true,
}
}

0 comments on commit 8af47c9

Please sign in to comment.