chore: remove stale tsconfig.json

This tsconfig.json prevents fast round trip cycles in VsCode
as it relies on the package-dist folders to be filled.
This commit is contained in:
Tobias Bosch 2016-06-23 10:01:10 -07:00
parent fed1672a43
commit 33a2f86b28
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../../../dist/packages-test/core/",
"paths": {
"rxjs/*": ["../../../../node_modules/rxjs/*"],
"@angular/*": ["../../../../dist/packages-dist/*"]
},
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
"target": "es5"
}
}