Skip to content

Commit

Permalink
add typescript config for correct auto import resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Oct 18, 2023
1 parent 11e229a commit 77a0af2
Show file tree
Hide file tree
Showing 20 changed files with 135 additions and 1 deletion.
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-codemirror/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-data-ag-grid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-data-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-data-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-data/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-datagrid-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-datagrid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-datatable/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-filter-parser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-filter-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-filters/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-layout/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-popups/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-protocol-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-shell/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-table-extras/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-table/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-ui-controls/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
6 changes: 6 additions & 0 deletions vuu-ui/packages/vuu-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions":{
"composite": true
},
}
22 changes: 21 additions & 1 deletion vuu-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,25 @@
"sample-apps/*/src",
"global.d.ts"
],
"exclude": ["**/*.cy.*", "**/*.test.*"]
"exclude": ["**/*.cy.*", "**/*.test.*"],
"references": [
{"path" : "packages/vuu-codemirror"},
{"path" : "packages/vuu-data"},
{"path" : "packages/vuu-data-ag-grid"},
{"path" : "packages/vuu-data-react"},
{"path" : "packages/vuu-data-types"},
{"path" : "packages/vuu-datagrid"},
{"path" : "packages/vuu-datatable"},
{"path" : "packages/vuu-filter-parser"},
{"path" : "packages/vuu-filter-types"},
{"path" : "packages/vuu-filters"},
{"path" : "packages/vuu-layout"},
{"path" : "packages/vuu-popups"},
{"path" : "packages/vuu-protocol-types"},
{"path" : "packages/vuu-shell"},
{"path" : "packages/vuu-table"},
{"path" : "packages/vuu-table-extras"},
{"path" : "packages/vuu-ui-controls"},
{"path" : "packages/vuu-utils"}
]
}

0 comments on commit 77a0af2

Please sign in to comment.