From 15108d2150f18e14f8bc1c42785321ba52bce827 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 11 Oct 2024 15:10:46 -0600 Subject: [PATCH] Move TODOs, see https://github.com/phetsims/chipper/issues/1486 and https://github.com/phetsims/chipper/issues/1463 --- tsconfig/shared/tsconfig-super-core.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig/shared/tsconfig-super-core.json b/tsconfig/shared/tsconfig-super-core.json index a83b4de7..7a6fa1c2 100644 --- a/tsconfig/shared/tsconfig-super-core.json +++ b/tsconfig/shared/tsconfig-super-core.json @@ -9,8 +9,8 @@ // @formatter:off { - // TODO: This list is quite old, can we look through a list of current options to see what we should add for node vs browser vs both? https://github.com/phetsims/chipper/issues/1463 - // TODO: Evaluate new options from tsc --init, including but not limited to isolatedDeclarations, see https://github.com/phetsims/chipper/issues/1463 + // TODO: This list is quite old, can we look through a list of current options to see what we should add for node vs browser vs both? https://github.com/phetsims/chipper/issues/1486 + // TODO: Evaluate new options from tsc --init, including but not limited to isolatedDeclarations, see https://github.com/phetsims/chipper/issues/1486 "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */