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

This commit is contained in:
Lee 2024-10-04 12:21:41 +01:00
parent 760b174553
commit 0812e5faba

@ -24,7 +24,7 @@
"preserveWatchOutput": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*.ts", "./src/*"]
"@/*": ["src/*.ts", "src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.ts"],