mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +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"]
|
|
}
|