2020-03-21 21:01:38 +08:00
|
|
|
{
|
2025-05-01 22:36:51 +08:00
|
|
|
"extends": "./tsconfig",
|
2020-03-21 21:01:38 +08:00
|
|
|
"compilerOptions": {
|
2025-05-01 22:36:51 +08:00
|
|
|
"types": ["node", "jest"]
|
2020-03-21 21:01:38 +08:00
|
|
|
},
|
2021-04-23 03:45:45 +08:00
|
|
|
"include": [
|
2025-04-03 00:02:22 +08:00
|
|
|
"declarations.d.ts",
|
|
|
|
"declarations/*.d.ts",
|
2021-04-23 03:45:45 +08:00
|
|
|
"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/**/*"]
|
2020-03-21 21:01:38 +08:00
|
|
|
}
|