mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-05 10:36:06 -06:00
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
|
|
}
|
|
}
|