mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 16:19:55 -06:00
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["/*"]
|
|
},
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "../../packages/types/*.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|