Move src/tsconfig.json to the root

This commit is contained in:
József Farkas
2016-04-08 20:15:39 +02:00
parent 09a4636ae4
commit cf1f979c8a
2 changed files with 3 additions and 4 deletions

17
tsconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}