casualroom/shared/hooks/tsconfig.json

21 lines
339 B
JSON
Executable File

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