mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Fix behavior for extensionless files with .mime file (#1779)
This commit is contained in:
parent
2241049c34
commit
fe0ceae543
10 changed files with 14 additions and 2 deletions
|
@ -162,6 +162,7 @@ class Compiler implements ts.LanguageServiceHost, ts.FormatDiagnosticsHost {
|
|||
// arguments
|
||||
private readonly _options: ts.CompilerOptions = {
|
||||
allowJs: true,
|
||||
allowNonTsExtensions: true,
|
||||
checkJs: true,
|
||||
esModuleInterop: true,
|
||||
module: ts.ModuleKind.ESNext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue