Change the git extension to use shared tsconfig

This commit is contained in:
Matt Bierner
2018-10-01 18:52:27 -07:00
parent 52d3961c2b
commit 6d11792abf
6 changed files with 16 additions and 17 deletions

View File

@@ -1,19 +1,13 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"target": "es6",
"lib": [
"es2016"
],
"module": "commonjs",
"outDir": "./out",
"experimentalDecorators": true,
"typeRoots": [
"./node_modules/@types"
],
"strict": true,
"experimentalDecorators": true,
"noUnusedLocals": true
]
},
"include": [
"src/**/*"
]
}
}