mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-26 07:28:49 -05:00
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/react-library.json",
|
|
"include": [".", "../types/*.d.ts", "../lib/templates.ts"],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"]
|
|
}
|
|
}
|