We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d722772 commit b517822Copy full SHA for b517822
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@beeinventor/dasiot-react-component-lib",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"module": "lib/index.js",
5
"types": "lib/index.d.ts",
6
"files": [
tsconfig.json
@@ -16,7 +16,11 @@
16
"esModuleInterop": true,
17
"emitDeclarationOnly": false,
18
"baseUrl": "src/",
19
+ "paths": {
20
+ "components": ["src/components/*"]
21
+ }
22
},
23
"include": ["src/**/*.tsx", "src/**/*.ts"],
24
"exclude": ["lib", "node_modules"],
25
+ "types": ["typePatches"]
26
}
0 commit comments