mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
23 lines
670 B
JSON
23 lines
670 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-router.json",
|
|
"compilerOptions": {
|
|
"noImplicitOverride": false,
|
|
"exactOptionalPropertyTypes": false,
|
|
"noUnusedParameters": false,
|
|
"noUnusedLocals": false,
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
"types": ["vite/client"],
|
|
"paths": {
|
|
"package.json": ["./package.json"],
|
|
"ce/*": ["./ce/*"],
|
|
"@/app/*": ["./app/*"],
|
|
"@/*": ["./core/*"],
|
|
"@/plane-admin/*": ["./ce/*"],
|
|
"@/ce/*": ["./ce/*"],
|
|
"@/styles/*": ["./styles/*"]
|
|
}
|
|
},
|
|
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|