fix(check): use "moduleDetection": "force" (#14875)

This commit is contained in:
Nayeem Rahman 2022-06-15 17:26:43 +01:00 committed by GitHub
parent 0b90e966c5
commit 845d4754c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 44 additions and 30 deletions

View file

@ -649,6 +649,7 @@ impl Inner {
"jsx": "react",
"lib": ["deno.ns", "deno.window"],
"module": "esnext",
"moduleDetection": "force",
"noEmit": true,
"resolveJsonModule": true,
"strict": true,