From d306706ee223d199aeff6d1927ea5db06aeb1b39 Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Thu, 19 Oct 2023 16:05:36 +0100 Subject: [PATCH 1/2] try turning stuff off --- yarn-project/boxes/token/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/yarn-project/boxes/token/tsconfig.json b/yarn-project/boxes/token/tsconfig.json index c206f624229..444ad4d3bd6 100644 --- a/yarn-project/boxes/token/tsconfig.json +++ b/yarn-project/boxes/token/tsconfig.json @@ -11,7 +11,9 @@ ], "module": "NodeNext", "moduleResolution": "NodeNext", - "strict": true, + "strict": false, + "strictNullChecks": false, + "strictPropertyInitialization": false, "declaration": true, "allowSyntheticDefaultImports": true, "allowJs": true, From bc45dc91f02cea2999f7a3260e64d8bf85e35f23 Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Thu, 19 Oct 2023 16:33:35 +0100 Subject: [PATCH 2/2] untrack target --- yarn-project/boxes/token/.gitignore | 2 -- yarn-project/boxes/token/tsconfig.json | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/yarn-project/boxes/token/.gitignore b/yarn-project/boxes/token/.gitignore index de6e667c53b..a547bf36d8d 100644 --- a/yarn-project/boxes/token/.gitignore +++ b/yarn-project/boxes/token/.gitignore @@ -22,5 +22,3 @@ dist-ssr *.njsproj *.sln *.sw? - -src/contracts/target \ No newline at end of file diff --git a/yarn-project/boxes/token/tsconfig.json b/yarn-project/boxes/token/tsconfig.json index 444ad4d3bd6..c206f624229 100644 --- a/yarn-project/boxes/token/tsconfig.json +++ b/yarn-project/boxes/token/tsconfig.json @@ -11,9 +11,7 @@ ], "module": "NodeNext", "moduleResolution": "NodeNext", - "strict": false, - "strictNullChecks": false, - "strictPropertyInitialization": false, + "strict": true, "declaration": true, "allowSyntheticDefaultImports": true, "allowJs": true,