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