mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 21:48:45 -05:00
7cf9885125
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@formbricks/js-core/*": ["../js-core/dist/*"]
|
|
}
|
|
}
|
|
}
|