2022-11-14 23:12:51 +01:00
|
|
|
{
|
2023-06-09 18:21:18 +10:00
|
|
|
"extends": "@documenso/tsconfig/nextjs.json",
|
2022-11-14 23:12:51 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
2023-06-09 18:21:18 +10:00
|
|
|
"plugins": [
|
|
|
|
|
{
|
|
|
|
|
"name": "next"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"paths": {
|
|
|
|
|
"~/*": [
|
|
|
|
|
"./src/*"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"strictNullChecks": true
|
2022-11-14 23:12:51 +01:00
|
|
|
},
|
2023-01-12 14:30:32 +01:00
|
|
|
"include": [
|
|
|
|
|
"next-env.d.ts",
|
2023-01-18 17:02:01 +01:00
|
|
|
"**/*.ts",
|
2023-06-09 18:21:18 +10:00
|
|
|
"**/*.tsx",
|
|
|
|
|
".next/types/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
]
|
2022-11-14 23:12:51 +01:00
|
|
|
}
|