NODEDC_TASKMANAGER/plane-src/packages/ui/tsconfig.json

12 lines
286 B
JSON

{
"extends": "@plane/typescript-config/react-library.json",
"include": ["src"],
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
"exactOptionalPropertyTypes": false,
"noImplicitReturns": false
},
"exclude": ["dist", "node_modules"]
}