LongYinan 583a2ba5c8
chore(triples): update target list (#2879)
* chore(triples): update target list

* convert compat tests to esm

* Fix node 20 test
2025-08-15 18:31:56 +08:00

17 lines
338 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["."],
"compilerOptions": {
"moduleResolution": "bundler",
"outDir": "./dist",
"rootDir": ".",
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true,
"noEmit": true,
"importHelpers": false,
"noEmitHelpers": false
},
"exclude": ["dist"]
}