mirror of https://github.com/webpack/webpack.git
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"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"
|
|
],
|
|
"exclude": ["test/js/**/*"]
|
|
}
|