mirror of https://github.com/webpack/webpack.git
22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "nodenext",
|
|
"lib": [
|
|
"es2024",
|
|
"ESNext.Array",
|
|
"ESNext.Collection",
|
|
"ESNext.Iterator",
|
|
"dom"
|
|
],
|
|
"moduleResolution": "node16"
|
|
},
|
|
"include": [
|
|
"test/*.benchmark.mjs",
|
|
"test/benchmarkCases/_helpers/**/*.mjs",
|
|
"test/benchmarkCases/**/webpack.config.mjs",
|
|
"test/benchmarkCases/**/options.mjs"
|
|
]
|
|
}
|