From 1f92e0fc4985f7342bb505c207df90878a4c5c57 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:06:51 +0000 Subject: [PATCH] chore(repo): enable erasableSyntaxOnly in tools --- tsconfig.repo-config-files.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.repo-config-files.json b/tsconfig.repo-config-files.json index caafa8d8cc8c..d0c46503c208 100644 --- a/tsconfig.repo-config-files.json +++ b/tsconfig.repo-config-files.json @@ -4,7 +4,8 @@ "outDir": "dist/out-tsc/root/eslint", "types": ["@types/node"], "allowJs": true, - "allowImportingTsExtensions": true + "allowImportingTsExtensions": true, + "erasableSyntaxOnly": true }, "include": [ "typings",