9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"extends": "@workspace/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "turbo"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|