mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-15 18:18:48 -06:00
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"include": [".", "../types/*.d.ts"],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"],
|
|
},
|
|
}
|