mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
* only add packages once to their main package and remove them from other packages to avoid version conflicts * update package versions * update package versions, clean packages * remove old vscode settings * exclude formbricks-com from pnpm dev * narrow down tsconfig includes, pnpm-lock update * add pnpm test to github action
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Default",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveWatchOutput": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|