mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 13:20:03 -06:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|