In Angular2Spa, move tsconfig.json back to root. Fixes #346.

This commit is contained in:
SteveSandersonMS
2016-10-04 11:11:58 +01:00
parent 53889c0fc1
commit 6126c4d480

View File

@@ -1,14 +0,0 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": [ "es6", "dom" ],
"types": [ "node" ]
},
"exclude": [ "bin", "node_modules" ],
"atom": { "rewriteTsconfig": false }
}