Skip to content

Commit

Permalink
Move circuit-construction-kit-common tsconfig to master, see #1070
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 1, 2021
1 parent 43cade8 commit 0766cf4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tsconfig/all/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"path": "../circuit-construction-kit-black-box-study"
},
{
"path": "../circuit-construction-kit-common"
"path": "../../../circuit-construction-kit-common"
},
{
"path": "../circuit-construction-kit-dc"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-core.json",
"references": [{"path":"../bamboo"},{"path":"../griddle"},{"path":"../circuit-construction-kit-ac"},{"path":"../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../joist"}],
"references": [{"path":"../bamboo"},{"path":"../griddle"},{"path":"../circuit-construction-kit-ac"},{"path":"../../../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../joist"}],
"include": [
"../../../circuit-construction-kit-ac-virtual-lab/js/**/*",
"../../../circuit-construction-kit-ac-virtual-lab/sounds/**/*",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig/circuit-construction-kit-ac/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-core.json",
"references": [{"path":"../bamboo"},{"path":"../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../joist"}],
"references": [{"path":"../bamboo"},{"path":"../../../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../joist"}],
"include": [
"../../../circuit-construction-kit-ac/js/**/*",
"../../../circuit-construction-kit-ac/sounds/**/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-core.json",
"references": [{"path":"../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"references": [{"path":"../../../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"include": [
"../../../circuit-construction-kit-black-box-study/js/**/*",
"../../../circuit-construction-kit-black-box-study/sounds/**/*",
Expand Down
10 changes: 0 additions & 10 deletions tsconfig/circuit-construction-kit-common/tsconfig.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-core.json",
"references": [{"path":"../circuit-construction-kit-common"},{"path":"../circuit-construction-kit-dc"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"references": [{"path":"../../../circuit-construction-kit-common"},{"path":"../circuit-construction-kit-dc"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"include": [
"../../../circuit-construction-kit-dc-virtual-lab/js/**/*",
"../../../circuit-construction-kit-dc-virtual-lab/sounds/**/*",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig/circuit-construction-kit-dc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig-core.json",
"references": [{"path":"../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"references": [{"path":"../../../circuit-construction-kit-common"},{"path":"../twixt"},{"path":"../griddle"},{"path":"../bamboo"},{"path":"../joist"}],
"include": [
"../../../circuit-construction-kit-dc/js/**/*",
"../../../circuit-construction-kit-dc/sounds/**/*",
Expand Down

0 comments on commit 0766cf4

Please sign in to comment.