* TP-00000 | agency pincode pincode * Agency pincode mapping * Agency pincode mapping * merged with master * merged with master * whitelisted pincode mapping path * whitelisted pincode mapping path * TP-39877 | Agency selection on drawer, serviceability download on drawer, decouple flow from filter and drawer | Herik * Updates - Varnit 1. Tooltip fixed. 2. cursor pointer for buttons 3. Malformed files sanity 4. alert to toast for invalid file extension * Max file size toast, alert to toast * Role based sidenav for pincode screen, submit button at top instead of bottom fixed * Disable states for submit button, agency dropdown enabled for specific events * Hide Sample CSV on successful upload * collection portal update * remove agency restrictions on all pincode and sample csv download * remove agency restrictions on all pincode and sample csv download * fixed csv download and filter clean * changed text for validated changes * max number of records * cancel polling if cancel button is cllicked --------- Co-authored-by: Herik Modi <herik.modi@navi.com>
95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@navi/web-ui/lib/*": [
|
|
"./web-ui-library/src/*"
|
|
],
|
|
"@navi/web-ui/lib": [
|
|
"./web-ui-library/src/"
|
|
],
|
|
"@components/*": [
|
|
"./web-ui-library/src/components/*"
|
|
],
|
|
"@components": [
|
|
"./web-ui-library/src/components/index"
|
|
],
|
|
"@primitives/*": [
|
|
"./web-ui-library/src/primitives/*"
|
|
],
|
|
"@primitives": [
|
|
"./web-ui-library/src/primitives/index"
|
|
],
|
|
"@types/*": [
|
|
"./web-ui-library/src/types/*"
|
|
],
|
|
"@hooks/*": [
|
|
"./web-ui-library/src/hooks/*"
|
|
],
|
|
"@hooks": [
|
|
"./web-ui-library/src/hooks/index"
|
|
],
|
|
"@utils/*": [
|
|
"./web-ui-library/src/utils/*"
|
|
],
|
|
"@icons/*": [
|
|
"./web-ui-library/src/icons/*"
|
|
],
|
|
"@icons": [
|
|
"./web-ui-library/src/icons/index"
|
|
],
|
|
"@assets/*": [
|
|
"./web-ui-library/src/assets/*"
|
|
],
|
|
"@constants/*": [
|
|
"./web-ui-library/src/constants/*"
|
|
],
|
|
"@constants": [
|
|
"./web-ui-library/src/constants/index"
|
|
],
|
|
"@styles/*": [
|
|
"./web-ui-library/src/styles/*"
|
|
],
|
|
"@styles": [
|
|
"./web-ui-library/src/styles"
|
|
|
|
],
|
|
"@cp/src/*": ["./src/*"],
|
|
"@cp/assets/*": ["./src/assets/*"],
|
|
"@cp/components/*": ["./src/components/*"],
|
|
"@cp/constants/*": ["./src/constants/*"],
|
|
"@cp/hooks/*": ["./src/hooks/*"],
|
|
"@cp/reducers/*": ["./src/reducers/*"],
|
|
"@cp/pages/*": ["./src/pages/*"],
|
|
"@cp/utils/*":["./src/utils/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src",
|
|
"config.js",
|
|
"config.template.js"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
} |