feat: initial commit of 'Tor der Wandlerin' - Next.js 16 + R3F landingpage

# Conflicts:
#	README.md
This commit is contained in:
Pixel
2026-04-11 14:26:31 +02:00
parent 134ccf38e3
commit ca54e5c6f7
8 changed files with 223 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"compilerOptions": {
"target": "ES2020",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}