mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|