mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
85d90030cf
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": false,
|
|
"noUnusedLocals": false
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|