Remove const enum from Level TypeScript definition (#295)
This commit is contained in:
parent
70f22d87ba
commit
6e1c60e73d
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
"allowJs": true,
|
||||
"isolatedModules": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue