mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
fix(ng2): remove useless tsconfig.json file. People should build using the ng cli tool
This commit is contained in:
parent
8aa3c02773
commit
3c9a650a99
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"module": "amd",
|
|
||||||
"target": "es5"
|
|
||||||
},
|
|
||||||
"filesGlob": [
|
|
||||||
"./**/*.ts",
|
|
||||||
"!./node_modules/**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user