Files
formbricks/packages/database/tsconfig.json
2022-10-18 13:26:05 +02:00

6 lines
156 B
JSON

{
"extends": "@formbricks/tsconfig/node16.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "tsup.config.ts"],
"exclude": ["node_modules"]
}