2024-05-08 23:01:20 +05:30
|
|
|
{
|
2025-11-06 00:09:35 -08:00
|
|
|
"extends": "@plane/typescript-config/react-router.json",
|
2024-05-08 23:01:20 +05:30
|
|
|
"compilerOptions": {
|
2025-12-05 17:33:51 +07:00
|
|
|
"noImplicitOverride": false,
|
|
|
|
|
"exactOptionalPropertyTypes": false,
|
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
|
"noUnusedLocals": false,
|
2025-11-06 00:09:35 -08:00
|
|
|
"rootDirs": [".", "./.react-router/types"],
|
2025-12-05 17:33:51 +07:00
|
|
|
"types": ["vite/client"],
|
2024-05-08 23:01:20 +05:30
|
|
|
"paths": {
|
2025-12-05 17:33:51 +07:00
|
|
|
"package.json": ["./package.json"],
|
|
|
|
|
"ce/*": ["./ce/*"],
|
|
|
|
|
"@/app/*": ["./app/*"],
|
|
|
|
|
"@/*": ["./core/*"],
|
|
|
|
|
"@/plane-admin/*": ["./ce/*"],
|
|
|
|
|
"@/ce/*": ["./ce/*"],
|
|
|
|
|
"@/styles/*": ["./styles/*"]
|
|
|
|
|
}
|
2024-09-23 17:10:38 +05:30
|
|
|
},
|
2025-11-06 00:09:35 -08:00
|
|
|
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
|
2024-09-23 17:10:38 +05:30
|
|
|
"exclude": ["node_modules"]
|
2024-05-08 23:01:20 +05:30
|
|
|
}
|