ecommerce-template/packages/auth/tsconfig.json

14 lines
305 B
JSON

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