Formatting change

This commit is contained in:
Dustin Brett
2024-01-21 20:49:10 -08:00
parent ffa40a51eb
commit f5d60910c4

View File

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