Reduce confusion from import elison
Set verbatimModuleSyntax to reduce possible confusion around which imports stay and which gets removed by TypeScript's import elision.
This commit is contained in:
parent
cf3610f6ff
commit
4236ddd5fa
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
"moduleResolution": "node16",
|
"moduleResolution": "node16",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
"verbatimModuleSyntax": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue