mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json", "../types/surveys.d.ts"]
|
|
}
|