webpack/tsconfig.types.test.json

18 lines
399 B
JSON
Raw Permalink Normal View History

{
2025-05-01 22:36:51 +08:00
"extends": "./tsconfig",
"compilerOptions": {
2025-05-01 22:36:51 +08:00
"types": ["node", "jest"]
},
"include": [
"declarations.d.ts",
"declarations/*.d.ts",
"test/**/webpack.config.js",
"test/cases/**/*loader*.js",
"test/watchCases/**/*loader*.js",
"test/configCases/**/*loader*.js",
"test/hotCases/**/*loader*.js",
"declarations.test.d.ts"
2025-07-08 22:46:17 +08:00
],
"exclude": ["test/js/**/*"]
}