mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["src", "package.json"],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|