Hindsight is always 20:20.

-- Billy Wilder
This commit is contained in:
Sebastien Castiel
2024-10-25 14:08:53 -04:00
parent 4db788680e
commit 62cfad1a32
143 changed files with 600 additions and 27636 deletions

View File

@@ -5,7 +5,6 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
@@ -13,16 +12,11 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"ts-node": {
"require": ["tsconfig-paths/register", "dotenv/config"],