We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93446bc commit 596749aCopy full SHA for 596749a
bun.lockb
23.7 KB
package.json
@@ -47,6 +47,7 @@
47
"core-js": "3.39.0",
48
"highlight.js": "^11.10.0",
49
"ngx-highlightjs": "^12.0.0",
50
+ "ngxtension": "4.1.0",
51
"rxjs": "7.8.1"
52
},
53
"devDependencies": {
tsconfig.json
@@ -27,9 +27,9 @@
27
"resolveJsonModule": true,
28
"allowSyntheticDefaultImports": true,
29
"paths": {
30
- "ngx-loader-indicator": ["./projects/ngx-loader-indicator-lib/src/public-api"],
+ "@libraries/*": ["./src/libraries/*"],
31
"@open-source/*": ["./src/libraries/open-source/*"],
32
- "@libraries/*": ["./src/libraries/*"]
+ "ngx-loader-indicator": ["./projects/ngx-loader-indicator-lib/src/public-api"]
33
34
"skipLibCheck": true,
35
"noImplicitAny": true,
0 commit comments