mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
tsconfig: Enable allowImportingTsExtensions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
// https://github.com/getsentry/sentry-electron/issues/957
|
||||
|
@@ -2,6 +2,11 @@
|
||||
|
||||
module.exports = {
|
||||
prettier: true,
|
||||
settings: {
|
||||
n: {
|
||||
typescriptExtensionMap: [],
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
"@typescript-eslint/no-dynamic-delete": "off",
|
||||
"arrow-body-style": "error",
|
||||
|
Reference in New Issue
Block a user