18 lines
547 B
JSON
18 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"]
|
|
}
|