12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "@workspace/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@workspace/ui/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|