mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 04:36:43 -05:00
0f95f1c98c
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["src", "package.json"],
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|