mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-05 13:21:36 -05:00
53aef9ce0b
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["src", "package.json", "../types/surveys.d.ts"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|