Skip to content

Commit

Permalink
chore: Fixed typescript paths
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx1701 committed Aug 10, 2024
1 parent 11ed0d4 commit 28bc401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"types": ["vite/client", "vitest/globals", "@modyfi/vite-plugin-yaml/modules"],
"baseUrl": ".",
"paths": {
"@spuxx/js-utils": ["packages/js-utils/src/main.ts"],
"@spuxx/browser-utils": ["packages/browser-utils/src/main.ts"],
"@spuxx/nest-utils": ["packages/nest-utils/src/main.ts"]
"@spuxx/js-utils": ["packages/js-utils/dist/main"],
"@spuxx/browser-utils": ["packages/browser-utils/dist/main"],
"@spuxx/nest-utils": ["packages/nest-utils/dist/main"]
},
/* Linting */
"strict": true,
Expand Down

0 comments on commit 28bc401

Please sign in to comment.