Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "lib": ["ES2022", "DOM", "DOM.Iterable"], | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "allowJs": false, | |
| "strict": true, | |
| "noUncheckedIndexedAccess": true, | |
| "noImplicitOverride": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "isolatedModules": true, | |
| "verbatimModuleSyntax": false, | |
| "jsx": "preserve", | |
| "incremental": true, | |
| "baseUrl": ".", | |
| "paths": { | |
| "@arac-hasar/types": ["packages/types/src/index.ts"], | |
| "@arac-hasar/types/*": ["packages/types/src/*"], | |
| "@arac-hasar/ui": ["packages/ui/src/index.ts"], | |
| "@arac-hasar/ui/*": ["packages/ui/src/*"] | |
| } | |
| }, | |
| "exclude": ["node_modules", "dist", ".next", "build", "out"] | |
| } | |