Add tsconfig to try to fix cypress build error.

This commit is contained in:
Dillon Kearns 2023-01-24 16:08:09 -08:00
parent 7ef56571bf
commit 489ab057e8

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}