From b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 15 Apr 2023 18:33:15 +0200 Subject: chore(deps): bump dependencies Also make sure Sonar can process TypeScript files. --- subprojects/frontend/tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/tsconfig.base.json') 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 @@ "noUnusedParameters": true, // "verbatimModuleSyntax" is incompatible with `import` syntax in modules // with CommonJS import resolution, so we use "isolatedModules" only. - "verbatimModuleSyntax": false, + // "verbatimModuleSyntax": false, "isolatedModules": true, "checkJs": true, "esModuleInterop": true, -- cgit v1.2.3-54-g00ecf