mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(check): use "moduleDetection": "force" (#14875)
This commit is contained in:
parent
0b90e966c5
commit
845d4754c6
15 changed files with 44 additions and 30 deletions
|
@ -649,6 +649,7 @@ impl Inner {
|
|||
"jsx": "react",
|
||||
"lib": ["deno.ns", "deno.window"],
|
||||
"module": "esnext",
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue