13 lines
200 B
JSON
13 lines
200 B
JSON
|
{
|
||
|
"files":[
|
||
|
"!**/*.d.ts",
|
||
|
"!**/*.js",
|
||
|
"!**/*.[0-9].*",
|
||
|
"config/**/*",
|
||
|
"webpack.config.js",
|
||
|
"karma.webpack.conf.js"
|
||
|
],
|
||
|
"removeSystemJsConfig": true,
|
||
|
"type": "webpack"
|
||
|
}
|