From ff9be88970a8e2be8f684937a3317570d94d7d75 Mon Sep 17 00:00:00 2001 From: Andrew Rumble Date: Tue, 23 Sep 2025 11:07:54 +0100 Subject: [PATCH] Remove unneeded tsconfig configuration GitOrigin-RevId: 51373fbc32f46788906b7ad27afe2bb06c3c9854 --- services/notifications/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/notifications/tsconfig.json b/services/notifications/tsconfig.json index 9079a58db5..d4cef19b98 100644 --- a/services/notifications/tsconfig.json +++ b/services/notifications/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "../../tsconfig.backend.json", - "compilerOptions": { - "allowImportingTsExtensions": true - }, "include": [ "app.js", "app/js/**/*",