We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5e8ca commit 0aa7704Copy full SHA for 0aa7704
elisa/tsconfig.json
@@ -1,5 +1,13 @@
1
{
2
"extends": "./node_modules/@labkey/build/webpack/tsconfig.json",
3
+ "compilerOptions": {
4
+ "paths": {
5
+ // Point to the dist/lib folder where the .d.ts files are output
6
+ "@labkey/api": ["../../../../clientAPIs/labkey-api-js/dist/index"],
7
+ "@labkey/components": ["../../../../clientAPIs/labkey-ui-components/packages/components/dist/index"],
8
+ "@labkey/premium": ["../../../../clientAPIs/labkey-ui-premium/dist/index"],
9
+ },
10
11
"include": ["src/client/**/*"],
- "exclude": ["node_modules"]
12
+ "exclude": ["node_modules"],
13
}
0 commit comments