mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-25 20:01:53 -05:00
64db29417d
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"downlevelIteration": true
|
|
}
|
|
}
|