21 lines
416 B
JSON
21 lines
416 B
JSON
|
|
{
|
||
|
|
"extends": "@nice/typescript-config/react-library.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@nice/i18n/*": [
|
||
|
|
"./src/*"
|
||
|
|
],
|
||
|
|
"@nice/typescript-config/*": [
|
||
|
|
"../typescript-config/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"."
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"dist"
|
||
|
|
]
|
||
|
|
}
|