Skip to content

Commit

Permalink
chore(components): remove baseUrl
Browse files Browse the repository at this point in the history
fix #375

Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Dec 4, 2023
1 parent 472df4c commit 500f2ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "tsconfig/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"base": ["src/base/*"],
"custom": ["src/custom/*"]
},
"declarationMap": true,
"emitDeclarationOnly": true,
"typeRoots": ["./src/types"],
Expand Down

0 comments on commit 500f2ad

Please sign in to comment.