chore: upgrade deps and linting

This commit is contained in:
Mythie
2023-08-01 17:34:17 +10:00
parent 0fca2e9f4e
commit dc58f77c61
34 changed files with 2189 additions and 16450 deletions

View File

@ -16,8 +16,8 @@
"preserveWatchOutput": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2018",
"types": ["@documenso/tsconfig/process-env.d.ts"]
"target": "ES2018"
},
"include": ["**/*.ts", "**/*.tsx", "**/.d.ts"],
"exclude": ["node_modules"]
}