mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
fix: add exnext lib to tsconfig.json (denoland/deno_std#416)
Original: 0daa693d68
This commit is contained in:
parent
ef4fd3d4ca
commit
227d92e046
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noLib": true,
|
||||
"pretty": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"target": "esnext"
|
||||
"target": "esnext",
|
||||
"lib": ["esnext"]
|
||||
},
|
||||
"include": ["./**/*.ts"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue