mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 17:40:45 -05:00
69293e2d1a
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
},
|
|
}
|