ecommerce-template/packages/db/tsconfig.json
2025-07-10 14:42:40 +08:00

14 lines
316 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"lib": ["dom", "ES2015"],
"sourceMap": true,
"types": ["jest", "node"],
"baseUrl": ".",
"paths": {
"@repo/db/index.ts": ["./src/index.ts"]
}
},
"include": [".", "src"],
"exclude": ["dist", "build", "node_modules"]
}