{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2022", "lib": ["ES2022", "DOM", "DOM.Iterable"], "module": "ESNext", "types": ["vite/client"], "skipLibCheck": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": false, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "paths": { "@/*": ["./src/*"], "@cdnmanager/ui/components/*": ["../../packages/ui/src/components/*"], "@cdnmanager/ui/hooks/*": ["../../packages/ui/src/hooks/*"], "@cdnmanager/ui/lib/*": ["../../packages/ui/src/lib/*"], "@cdnmanager/ui/globals.css": ["../../packages/ui/src/styles/globals.css"], "@cdnmanager/shared": ["../../packages/shared/src/index.ts"] } }, "include": ["src"], "exclude": ["src/components/blocks/**"] }