Files
formbricks/packages/cache/tsconfig.json
Victor Hugo dos Santos c259a61f0e feat: unified cache (#6520)
2025-09-10 09:59:16 +00:00

17 lines
373 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"baseUrl": ".",
"isolatedModules": true,
"noEmit": true,
"paths": {
"@/*": ["./*"]
},
"resolveJsonModule": true,
"strict": true
},
"exclude": ["node_modules"],
"extends": "@formbricks/config-typescript/js-library.json",
"include": ["src", "types", "package.json"]
}