pls bbg
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m55s

This commit is contained in:
Lee 2024-10-04 11:52:17 +01:00
parent 721c8e9076
commit 413a1b2294

@ -1,23 +1,20 @@
{ {
"compilerOptions": { "compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"], "plugins": [{ "name": "next" }],
"isolatedModules": true, "target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "react-jsx",
"module": "ESNext", "module": "ESNext",
"moduleResolution": "Bundler", "moduleResolution": "Bundler",
"resolveJsonModule": true, "resolveJsonModule": true,
"target": "ES2022", "isolatedModules": true,
"strict": true, "jsx": "preserve",
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"plugins": [
{
"name": "next"
}
],
"outDir": "dist",
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]