Simplify TypeScript config

This commit is contained in:
Pig Fang 2018-08-01 17:36:30 +08:00 committed by GitHub
parent 0d60247599
commit 224ae7c70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -1,15 +1,10 @@
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./build/",
"sourceMap": true,
"module": "es2015",
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"declaration": true,
"lib": [
"es2017",
"es2015",
"dom"
]
},