mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 12:11:39 +01:00
18 lines
508 B
JSON
18 lines
508 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"],
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|