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