change deno compile options
This commit is contained in:
parent
c4706f2470
commit
28c9ee2a18
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["es2017"]
|
||||
"lib": ["deno.ns", "dom"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue