mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 16:19:55 -06:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"declaration": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@formbricks/js-core/*": ["../js-core/dist/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json"]
|
|
}
|