mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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"
|
|
}
|