From bc7bf200340306d97f788814898633322583f537 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 7 Oct 2024 17:13:20 -0600 Subject: [PATCH] add TODOs, https://github.com/phetsims/chipper/issues/1463 --- tsconfig/shared/tsconfig-super-core.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig/shared/tsconfig-super-core.json b/tsconfig/shared/tsconfig-super-core.json index 05d09f7c..9d234afc 100644 --- a/tsconfig/shared/tsconfig-super-core.json +++ b/tsconfig/shared/tsconfig-super-core.json @@ -7,6 +7,7 @@ * @author Sam Reid (PhET Interactive Simulations) */ { + // 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 "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ @@ -76,6 +77,7 @@ /* Advanced Options */ "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */ + // TODO: should this only be on for node code? https://github.com/phetsims/chipper/issues/1463 "allowImportingTsExtensions": true /* Allow importing .ts files without specifying the extension. */ } } \ No newline at end of file