kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 24 lines 593 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "lib": ["dom", "dom.iterable", "esnext"], 5 "allowJs": false, 6 "skipLibCheck": true, 7 "strict": true, 8 "noEmit": true, 9 "esModuleInterop": true, 10 "module": "esnext", 11 "moduleResolution": "bundler", 12 "resolveJsonModule": true, 13 "isolatedModules": true, 14 "jsx": "preserve", 15 "incremental": true, 16 "plugins": [{ "name": "next" }], 17 "baseUrl": ".", 18 "paths": { 19 "@/*": ["./*"] 20 } 21 }, 22 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], 23 "exclude": ["node_modules"] 24}