- Add mergeRetries field to updateTask type signature alongside model overrides - Fix GitManagerModal type imports and error handling - Update Column, ListView, and GitManagerModal tests for type compatibility - Fix tsconfig.app.json path references - Adjust CLI build settings for proper bundling
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"types": ["vitest/globals", "@testing-library/jest-dom", "node"]
|
|
},
|
|
"include": ["app"]
|
|
}
|