ecommerce-template/packages/ui/tsconfig.json
2025-06-19 02:40:01 +08:00

10 lines
241 B
JSON

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