mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 19:39:28 -05:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "@formbricks/config-typescript/react-library.json",
|
|
"include": ["src/**/*", "emails/**/*"]
|
|
}
|