mirror of
https://github.com/makeplane/plane.git
synced 2026-06-14 03:30:00 +00:00
7fb6696c67
* chore: change the space folders structure * fix: format
19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-router.json",
|
|
"compilerOptions": {
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
"types": ["vite/client"],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"strictNullChecks": true,
|
|
"noImplicitOverride": false,
|
|
"noUnusedLocals": false,
|
|
"noImplicitReturns": false,
|
|
"exactOptionalPropertyTypes": false,
|
|
"noUnusedParameters": false
|
|
},
|
|
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*", "additional.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|