mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-08 00:40:09 -06:00
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json", "types"]
|
|
}
|