Skip to content

Commit

Permalink
separate chipper tsconfig into browser/node type checking, phetsims/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and samreid committed Oct 21, 2024
1 parent 9bd345d commit b6bb7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tsconfig/all/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"path": "../buildjson"
},
{
// TODO https://github.com/phetsims/chipper/issues/1463
"path": "../buildtools"
},
{
Expand Down
4 changes: 2 additions & 2 deletions tsconfig/shared/tsconfig-super-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": false, /* Generates corresponding '.map' file. */
"outDir": "../../dist/tsc/outDir", /* Redirect output structure to the directory. */
"rootDir": "../", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"outDir": "../../../chipper/dist/tsc/outDir", /* Redirect output structure to the directory. */
"rootDir": "../../../", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"composite": true, /* Enable project compilation (project references) */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
Expand Down

0 comments on commit b6bb7cf

Please sign in to comment.