From 76bd5654686127899482313b78b28593807a2ccb Mon Sep 17 00:00:00 2001 From: AK <144495202+AKnassa@users.noreply.github.com> Date: Sun, 12 Jul 2026 01:36:39 -0400 Subject: [PATCH] chore: enable noImplicitAny and strictPropertyInitialization for fast-router --- ...t-fast-router-abd3b231-9bfa-49ef-ac95-fd31ee43f6d3.json | 7 +++++++ packages/fast-router/tsconfig.json | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 change/@microsoft-fast-router-abd3b231-9bfa-49ef-ac95-fd31ee43f6d3.json diff --git a/change/@microsoft-fast-router-abd3b231-9bfa-49ef-ac95-fd31ee43f6d3.json b/change/@microsoft-fast-router-abd3b231-9bfa-49ef-ac95-fd31ee43f6d3.json new file mode 100644 index 00000000000..8c3a2c9b07f --- /dev/null +++ b/change/@microsoft-fast-router-abd3b231-9bfa-49ef-ac95-fd31ee43f6d3.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Enable noImplicitAny and strictPropertyInitialization for fast-router.", + "packageName": "@microsoft/fast-router", + "email": "144495202+AKnassa@users.noreply.github.com", + "dependentChangeType": "none" +} diff --git a/packages/fast-router/tsconfig.json b/packages/fast-router/tsconfig.json index aa89b185b2a..7aa865eba99 100644 --- a/packages/fast-router/tsconfig.json +++ b/packages/fast-router/tsconfig.json @@ -7,8 +7,6 @@ "experimentalDecorators": true, "types": ["node"], "useUnknownInCatchVariables": false, - "noImplicitAny": false, - "strictPropertyInitialization": false, "target": "es2015", "module": "NodeNext", "importHelpers": true,