mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 04:40:36 -05:00
6dcd06534b
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"]
|
|
}
|
|
}
|