Menu
popagent
publicLatest change aae5334a8232931db2dad7a987306d228e7e8de6 - Add live task Kanban board by AkurAI Build
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["DOM", "ESNext"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",
"jsx": "react-jsx",
"types": ["bun"],
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
// Best practices
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": false
},
"exclude": ["workspace/**", ".worktrees/**", ".refrepos/**"]
}