mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src"],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|