Share tsconfig settings

This commit is contained in:
hensm
2019-04-12 07:19:00 +01:00
committed by Matt Hensman
parent 9c78a2c62c
commit 40d6b55332
9 changed files with 20 additions and 23 deletions

View File

@@ -1,15 +1,9 @@
{
"compilerOptions": {
"allowJs": true
, "esModuleInterop": true
, "jsx": "react"
"extends": "../common/tsconfig"
, "compilerOptions": {
"jsx": "react"
, "lib": [ "esnext", "dom" ]
, "module": "commonjs"
, "moduleResolution": "node"
, "noImplicitAny": true
, "removeComments": true
, "resolveJsonModule": true
, "sourceMap": true
, "target": "es6"
}
}