base
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user