Files
clawhub/tsconfig.oxlint.json

23 lines
487 B
JSON

{
"include": [
"src",
"convex",
"packages/clawhub/src",
"packages/clawhub-admin/src",
"packages/schema/src"
],
"compilerOptions": {
"target": "ES2022",
"jsx": "react-jsx",
"module": "ESNext",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": false,
"noEmit": true,
"skipLibCheck": true,
"strict": true
}
}