mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 03:14:34 -05:00
18 lines
445 B
JSON
18 lines
445 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"baseUrl": ".",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@formbricks/survey-ui": ["../survey-ui"]
|
|
},
|
|
"resolveJsonModule": true
|
|
},
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "../types/surveys.d.ts"]
|
|
}
|