Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and samreid committed Oct 21, 2024
1 parent e682f05 commit bc7bf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig/shared/tsconfig-super-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down Expand Up @@ -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. */
}
}

0 comments on commit bc7bf20

Please sign in to comment.