Nextjs tweak

This commit is contained in:
Dustin Brett
2023-06-30 14:01:35 -07:00
parent 2fabf4a5f7
commit ab273e369c

View File

@@ -17,12 +17,7 @@
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"types": [
"jest",
"offscreencanvas",
"react/next",
"wicg-file-system-access"
]
"types": ["jest", "offscreencanvas", "wicg-file-system-access"]
},
"exclude": ["node_modules"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]