Initial Commit

This commit is contained in:
Dries Augustyns
2024-07-23 13:49:48 +02:00
commit 91a8840c3c
191 changed files with 36022 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"noEmit": true,
"jsx": "preserve",
"incremental": true
},
"exclude": [
"node_modules",
"dist",
"build",
".next"
],
"include": [
"src",
"next-env.d.ts",
"custom.d.ts"
]
}