diff --git a/js/tsconfig.json b/js/tsconfig.json index 47d9b10b..df1550c2 100644 --- a/js/tsconfig.json +++ b/js/tsconfig.json @@ -3,7 +3,7 @@ // this reference needs to be duplicated with the super config, because references to not extend "references": [ { - "path": "../../../chipper/tsconfig/buildjson" + "path": "../../../perennial-alias/tsconfig/buildjson" } ] } \ No newline at end of file diff --git a/tsconfig-chipper-browser.json b/tsconfig-chipper-browser.json index 25b15781..aaa67082 100644 --- a/tsconfig-chipper-browser.json +++ b/tsconfig-chipper-browser.json @@ -1,16 +1,16 @@ { - "extends": "./tsconfig/shared/tsconfig-browser.json", + "extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json", "include": [ // top level only - "./js/*", + "js/*", // and the tests - "./js/sim-tests/**/*" + "js/sim-tests/**/*" ], "references": [ { - "path": "../chipper/tsconfig/buildjson/tsconfig.json" + "path": "../perennial-alias/tsconfig/buildjson/tsconfig.json" } ] } \ No newline at end of file diff --git a/tsconfig-chipper-node.json b/tsconfig-chipper-node.json index b709a4ef..624386f4 100644 --- a/tsconfig-chipper-node.json +++ b/tsconfig-chipper-node.json @@ -1,5 +1,5 @@ { - "extends": "./tsconfig/shared/tsconfig-node.json", + "extends": "../perennial-alias/tsconfig/shared/tsconfig-node.json", "include": [ "js/common/**/*", "js/grunt/**/*",