Added types
This commit is contained in:
parent
afdba8fb8a
commit
c8c0fba502
12 changed files with 5029 additions and 697 deletions
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ES2015"]
|
||||
},
|
||||
"include": [
|
||||
"lib"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue