mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-10 18:58:44 -06:00
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"baseUrl": ".",
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src", "types", "package.json"]
|
|
}
|