mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 00:49:42 -06:00
Co-authored-by: Matti Nannt <mail@matthiasnannt.com> Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"],
|
|
},
|
|
}
|