Update tsconfigs

This commit is contained in:
Darren Clarke 2023-05-25 07:34:58 +00:00
parent 608c26c763
commit ee4916893e
4 changed files with 10 additions and 24 deletions

View file

@ -14,7 +14,11 @@
"jsx": "preserve",
"incremental": true,
"skipLibCheck": true,
"strict": true
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*", "../../node_modules/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]