supermemory/packages/db/tsconfig.json
2024-07-31 11:37:54 +05:30

7 lines
143 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"exclude": ["node_modules", "dist"],
}