Skip to content

Commit 8c7822e

Browse files
committed
chore: update tsconfig
1 parent 08fc868 commit 8c7822e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/fixtures/json/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import imported from "./file.json";
22

3-
import importedWithAssertion from "./file.json" assert { type: "json" };
3+
import importedWithAssertion from "./file.json" with { type: "json" };
44

55
const required = require("./file.json");
66

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"target": "ESNext",
44
"module": "Preserve",
55
"resolveJsonModule": true,
6-
"esModuleInterop": false,
76
"allowSyntheticDefaultImports": true,
87
"skipLibCheck": true,
98
"allowJs": true,

0 commit comments

Comments
 (0)