Files
formbricks/packages/surveys/tsconfig.json
T
Dhruwang Jariwala b3e6e8d5d0 feat: multi language UI (#3133)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2024-10-31 08:23:57 +00:00

16 lines
365 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"baseUrl": ".",
"emitDeclarationOnly": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"paths": {
"@/*": ["./src/*"]
}
},
"extends": "@formbricks/config-typescript/js-library.json",
"include": ["src", "../types/surveys.d.ts"]
}