mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
11 lines
253 B
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"]
|
|
}
|