Skip to content

Commit a0163e6

Browse files
committed
refactor: remove unused paths configuration from TypeScript settings
1 parent 8060042 commit a0163e6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"rootDir": "..",
77
"allowJs": true,
88
"skipLibCheck": true,
9-
"paths": {
10-
"#lib/*": ["./lib/*"],
11-
"#api/*": ["./api/*"],
12-
"#generated/prisma": ["../generated/prisma/client"]
13-
}
9+
"resolvePackageJsonImports": true
1410
},
1511
"include": [".", "./**/*.json"],
1612
"exclude": ["./tsconfig.json", "../dist"]

0 commit comments

Comments
 (0)