Add suggested changes from review
This commit is contained in:
parent
fa82c36113
commit
53302ff08d
5 changed files with 39 additions and 42 deletions
|
|
@ -1,19 +1,17 @@
|
|||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"strict": true,
|
||||
"alwaysStrict": true,
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"outDir": ".",
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
"lib": [
|
||||
"es2015"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"index.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
"exclude": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue