Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
mertsincan committed Nov 8, 2024
1 parent 825be78 commit e71a25b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,9 @@
"moduleResolution": "node", /* (UPDATED) Specify how TypeScript looks up a file from a given module specifier. */
"baseUrl": "./", /* (UPDATED) Specify the base directory to resolve non-relative module names. */
"paths": { /* (UPDATED) Specify a set of entries that re-map imports to additional lookup locations. */
"primeng/*": ["./packages/primeng/src/*"],
"@primeng/themes/*": ["./packages/themes/src/*"]
"primeng/*": ["./packages/primeng/src/*/public_api"],
"@primeng/themes/*": ["./packages/themes/src/*/index"],
"@primeng/themes": ["./packages/themes/src/index"],
},
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */

0 comments on commit e71a25b

Please sign in to comment.