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