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

11 lines
253 B
JSON

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