diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index cf37294a..de933f4b 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -9,6 +9,7 @@ "path": "../buildjson" }, { + // TODO https://github.com/phetsims/chipper/issues/1463 "path": "../buildtools" }, { diff --git a/tsconfig/shared/tsconfig-super-core.json b/tsconfig/shared/tsconfig-super-core.json index 4ad41198..234403ed 100644 --- a/tsconfig/shared/tsconfig-super-core.json +++ b/tsconfig/shared/tsconfig-super-core.json @@ -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 */