mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-04 01:20:01 -06:00
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["src", "package.json"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"declaration": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|