Updated packages.
Some checks are pending
Node.js CI / build (push) Waiting to run

This commit is contained in:
Mike Cao 2026-02-05 20:29:40 -08:00
parent c3e0290e65
commit d3d86f43fa
4 changed files with 2001 additions and 1856 deletions

View file

@ -18,7 +18,7 @@
"strict": true,
"strictNullChecks": false,
"noEmit": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": false,
"baseUrl": ".",
"outDir": "./build",
@ -31,6 +31,14 @@
}
]
},
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts", ".next/types/**/*.ts"],
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"next-env.d.ts",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": ["node_modules", "./cypress.config.ts", "cypress"]
}