mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-20 05:49:07 -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
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "@formbricks/tsconfig",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.3.3",
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.6",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|