aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.base.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
commitb4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 (patch)
tree1992565f73b57559b2554e9f3e44d769c5c3222f /subprojects/frontend/tsconfig.base.json
parentrefactor: rename RelationView to SymbolView (diff)
downloadrefinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.gz
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.zst
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.zip
chore(deps): bump dependencies
Also make sure Sonar can process TypeScript files.
Diffstat (limited to 'subprojects/frontend/tsconfig.base.json')
-rw-r--r--subprojects/frontend/tsconfig.base.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/tsconfig.base.json b/subprojects/frontend/tsconfig.base.json
index 58a2a6f2..5ef50b5e 100644
--- a/subprojects/frontend/tsconfig.base.json
+++ b/subprojects/frontend/tsconfig.base.json
@@ -23,7 +23,7 @@
23 "noUnusedParameters": true, 23 "noUnusedParameters": true,
24 // "verbatimModuleSyntax" is incompatible with `import` syntax in modules 24 // "verbatimModuleSyntax" is incompatible with `import` syntax in modules
25 // with CommonJS import resolution, so we use "isolatedModules" only. 25 // with CommonJS import resolution, so we use "isolatedModules" only.
26 "verbatimModuleSyntax": false, 26 // "verbatimModuleSyntax": false,
27 "isolatedModules": true, 27 "isolatedModules": true,
28 "checkJs": true, 28 "checkJs": true,
29 "esModuleInterop": true, 29 "esModuleInterop": true,