build: remove JavaScript compatibility mode
This commit is contained in:
@@ -7,12 +7,10 @@
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"noEmit": true,
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": []
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.js"],
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["src/decode-history-worker.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user