this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

+2 -4
-1
components.d.ts
··· 14 14 CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default'] 15 15 ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default'] 16 16 FormInput: typeof import('./src/components/design-system/form/FormInput.vue')['default'] 17 - Island: typeof import('./node_modules/.pnpm/iles@0.9.5_rollup@2.79.1_sass@1.62.1/node_modules/iles/dist/client/app/components/Island.vue')['default'] 18 17 JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default'] 19 18 MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default'] 20 19 OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
+2 -3
tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 - "baseUrl": "./", 4 3 "target": "esnext", 5 4 "useDefineForClassFields": true, 6 5 "module": "esnext", 7 - "moduleResolution": "node", 6 + "moduleResolution": "bundler", 8 7 "isolatedModules": true, 9 8 "strict": true, 10 9 "jsx": "preserve", ··· 12 11 "resolveJsonModule": true, 13 12 "esModuleInterop": true, 14 13 "paths": { 15 - "@/*": ["src/*"] 14 + "@/*": ["./src/*"] 16 15 }, 17 16 "lib": ["esnext", "dom", "dom.iterable", "scripthost"], 18 17 "skipLibCheck": true