{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2022", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "paths": { "@insforge/dashboard": ["../packages/dashboard/src"], "#app/*": ["../packages/dashboard/src/app/*"], "#assets/*": ["../packages/dashboard/src/assets/*"], "#components": ["../packages/dashboard/src/components/index.ts"], "#components/*": ["../packages/dashboard/src/components/*"], "#features/*": ["../packages/dashboard/src/features/*"], "#layout/*": ["../packages/dashboard/src/layout/*"], "#lib/*": ["../packages/dashboard/src/lib/*"], "#navigation/*": ["../packages/dashboard/src/navigation/*"], "#router/*": ["../packages/dashboard/src/router/*"], "#types": ["../packages/dashboard/src/types/index.ts"], "#types/*": ["../packages/dashboard/src/types/*"], "@insforge/shared-schemas": ["../packages/shared-schemas/src"], "@insforge/ui": ["../packages/ui/src"] } }, "include": ["src", "../packages/dashboard"], "references": [{ "path": "./tsconfig.node.json" }] }