mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:33:08 +02:00
Update tsconfig.json
This commit is contained in:
parent
dddfaf2a0a
commit
99d6baac7e
1 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"experimentalDecorators": true,
|
||||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"target": "es6",
|
||||
|
@ -19,7 +18,9 @@
|
|||
"compileOnSave": false,
|
||||
"include": [
|
||||
"./node_modules/typescript/lib/lib.es6.d.ts",
|
||||
"./src/**/*.ts",
|
||||
"!./src/web/**/*.ts"
|
||||
"./src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./src/web/**/*.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue