7
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m13s

This commit is contained in:
Lee 2024-10-04 12:23:14 +01:00
parent 0812e5faba
commit d7fee99e18

@ -22,9 +22,9 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@/*": ["src/*.ts", "src/*"]
"@/*": ["./src/*.ts", "./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.ts"],