mirror of
https://github.com/makeplane/plane.git
synced 2025-12-28 16:06:33 +01:00
12 lines
286 B
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"]
|
|
}
|