1 parent 0a0c995 commit 6b0907cCopy full SHA for 6b0907c
1 file changed
tests/tests-FAIL-swc/tsconfig.json
@@ -1,11 +1,9 @@
1
{
2
- "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "@tsconfig/node20/tsconfig.json",
+ "esm": true,
4
"compilerOptions": {
5
- "lib": ["es2023"],
6
- "module": "NodeNext",
7
- "moduleResolution": "NodeNext",
8
- "target": "esnext",
9
- "resolveJsonModule": true
+ "allowSyntheticDefaultImports": true,
+ "module": "ESNext",
+ "moduleResolution": "node",
+ "lib": ["ES2015"]
10
}
11
0 commit comments