Add tsconfig and tslint
This commit is contained in:
parent
85ee0ec4b6
commit
c54663297c
4
tsconfig.json
Normal file
4
tsconfig.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"module": "esnext",
|
||||
"resolveJsonModule": true
|
||||
}
|
9
tslint.json
Normal file
9
tslint.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {},
|
||||
"rulesDirectory": []
|
||||
}
|
Loading…
Reference in a new issue