Files
plane/packages/shared-state/tsconfig.json
T
4b325621e5 fix: eslint
* 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]>
2025-12-05 16:27:19 +05:30

12 lines
239 B
JSON

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