fix(ng2): remove useless tsconfig.json file. People should build using the ng cli tool

This commit is contained in:
rodyhaddad 2015-09-01 18:50:21 +03:00
parent 8aa3c02773
commit 3c9a650a99

View File

@ -1,11 +0,0 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"module": "amd",
"target": "es5"
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
]
}