* feat: eslint * fix: lint * fix: lint * [WIKI-804] fix: refactor image uploader (#8210) * fix: refactor uploader * fix: props * fix: sites fix * fix: update @makeplane/plane-node-sdk version and refactor relation type imports * fix: update ESLint max-warnings threshold in package.json * fix: eslint formatting issues * fix: add captions track to video player component --------- Co-authored-by: M. Palanikannan <[email protected]> Co-authored-by: Prateek Shourya <[email protected]>
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": false,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|