move website to own directory

This commit is contained in:
Rene Haas
2022-10-17 22:12:54 +02:00
parent f47e2728f7
commit 83e7ffcd3a
49 changed files with 4310 additions and 363 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "@~local/tsconfig",
"compilerOptions": {
"incremental": true,
"noEmit": true,
"jsx": "react-jsx",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "**/node_modules"]
}