13 lines
200 B
JSON
Raw Normal View History

2017-02-28 23:31:24 +01:00
{
"files":[
"!**/*.d.ts",
"!**/*.js",
"!**/*.[0-9].*",
"config/**/*",
"webpack.config.js",
"karma.webpack.conf.js"
],
"removeSystemJsConfig": true,
"type": "webpack"
2017-02-28 23:31:24 +01:00
}