mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"baseUrl": ".",
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": [".", "src", "package.json", "../types/surveys.d.ts", "../database/src/index.ts"]
|
|
}
|