Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion assay/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
"compilerOptions": {
"paths": {
// Point to the dist/lib folder where the .d.ts files are output
"@labkey/api": ["../../../../clientAPIs/labkey-api-js/dist/index"],
"@labkey/components": ["../../../../clientAPIs/labkey-ui-components/packages/components/dist/index"],
"@labkey/premium": ["../../../../clientAPIs/labkey-ui-premium/dist/index"],
},
},
"include": ["src/client/**/*"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}
10 changes: 9 additions & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
"compilerOptions": {
"paths": {
// Point to the dist/lib folder where the .d.ts files are output
"@labkey/api": ["../../../../clientAPIs/labkey-api-js/dist/index"],
"@labkey/components": ["../../../../clientAPIs/labkey-ui-components/packages/components/dist/index"],
"@labkey/premium": ["../../../../clientAPIs/labkey-ui-premium/dist/index"],
},
},
"include": ["src/client/**/*"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}
10 changes: 9 additions & 1 deletion experiment/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
"compilerOptions": {
"paths": {
// Point to the dist/lib folder where the .d.ts files are output
"@labkey/api": ["../../../../clientAPIs/labkey-api-js/dist/index"],
"@labkey/components": ["../../../../clientAPIs/labkey-ui-components/packages/components/dist/index"],
"@labkey/premium": ["../../../../clientAPIs/labkey-ui-premium/dist/index"],
},
},
"include": ["src/client/**/*"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}
10 changes: 9 additions & 1 deletion pipeline/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
"compilerOptions": {
"paths": {
// Point to the dist/lib folder where the .d.ts files are output
"@labkey/api": ["../../../../clientAPIs/labkey-api-js/dist/index"],
"@labkey/components": ["../../../../clientAPIs/labkey-ui-components/packages/components/dist/index"],
"@labkey/premium": ["../../../../clientAPIs/labkey-ui-premium/dist/index"],
},
},
"include": ["src/client/**/*"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}
Loading