mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 03:33:40 -05:00
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": false,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "src",
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "package.json", "types"]
|
|
}
|