Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Jun 15, 2024
1 parent 0a0c995 commit 6b0907c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/tests-FAIL-swc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node20/tsconfig.json",
"esm": true,
"compilerOptions": {
"lib": ["es2023"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "esnext",
"resolveJsonModule": true
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "node",
"lib": ["ES2015"]
}
}

0 comments on commit 6b0907c

Please sign in to comment.