{ "files": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" } ], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"], "@pezkuwi/i18n": ["../shared/i18n"], "@pezkuwi/lib": ["../shared/lib"], "@pezkuwi/utils": ["../shared/utils"], "@pezkuwi/theme": ["../shared/theme"], "@pezkuwi/types": ["../shared/types"], "@pezkuwi/components/*": ["../shared/components/*"], "@shared/*": ["../shared/*"] }, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "skipLibCheck": true, "allowJs": false, "noUnusedLocals": true, "noUnusedParameters": true } }