mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 20:49:34 -05:00
b3e6e8d5d0
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"extends": "@formbricks/config-typescript/js-library.json",
|
|
"include": ["src"]
|
|
}
|