Skip to content

Commit 9ea5af1

Browse files
committed
Remove paths from tsconfig.base.json
1 parent c081383 commit 9ea5af1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tsconfig.base.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"noUnusedParameters": true,
2525
"noUnusedLocals": true,
2626
"forceConsistentCasingInFileNames": true,
27-
"baseUrl": "./",
28-
"paths": {
29-
"@seamapi/smith": ["./src/index.ts"],
30-
"lib/*": ["./src/lib/*"]
31-
}
27+
"baseUrl": "./"
3228
}
3329
}

0 commit comments

Comments
 (0)