We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2f96d commit 48bf538Copy full SHA for 48bf538
1 file changed
e2e-tests/playwright/projects.ts
@@ -10,7 +10,7 @@
10
* - package.json scripts for local development
11
*/
12
13
-import projectsJson from "./projects.json";
+import projectsJson from "./projects.json" with { type: "json" };
14
15
export const PW_PROJECT = projectsJson as {
16
readonly SMOKE_TEST: string;
0 commit comments