This commit is contained in:
Darren Clarke 2023-08-25 07:11:33 +00:00
parent 8f165d15d2
commit c620e4bf25
264 changed files with 9983 additions and 2280 deletions

View file

@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
@ -19,10 +15,7 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": [
"./*",
"../../node_modules/*"
]
"@/*": ["./*", "../../node_modules/*"]
},
"baseUrl": ".",
"plugins": [
@ -35,9 +28,8 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
".next/types/**/*.ts",
"../leafcutter/app/(login)/login/link/_components/AutoLogin.tsx"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}