casualroom/shared/ui/tsconfig.json

21 lines
336 B
JSON
Executable File

{
"extends": "@nice/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@nice/ui/*": [
"./src/*"
],
"@nice/typescript-config/*": [
"../typescript-config/*"
]
}
},
"include": [
"."
],
"exclude": [
"node_modules",
"dist"
]
}