components (fix) - Add new test files for: • ActiveAccounts • AddService • CreateGiftCard • CustomerCard • CustomerCards • DeleteButton • EditButton • LoyaltyCardListItem • MapPicker • Services • ServicesQA (fix) - Add axios interceptor mock (fix) - Add importMetaEnv mock (fix) - Add environment setup file for test environment
31 lines
865 B
JSON
31 lines
865 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"target": "es2019",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": false,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"types": ["vite/client", "node", "jest"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@tests/*": ["./tests/*"],
|
|
"@public/lotties/*": ["./public/lotties/*"],
|
|
"@package.json": ["./package.json"],
|
|
// "@appointment/*": ["./src/apps/appointment/*"],
|
|
// "@card/*": ["./src/apps/card/*"],
|
|
"@new-ui/*": ["./src/apps/new-ui/*"],
|
|
// "@new-ui-card/*": ["./src/apps/new-ui-card/*"],
|
|
},
|
|
// "ignoreDeprecations": "6.0"
|
|
},
|
|
} |