Add Formbricks Website (#130)

* add formbricks website with blog and docs

Co-authored-by: knugget <johannes@knugget.de>
This commit is contained in:
Matti Nannt
2022-11-04 14:49:38 +01:00
committed by GitHub
parent e19c7d9c3f
commit f6806dd953
146 changed files with 23546 additions and 360 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}