Files
formbricks/packages/tsconfig/package.json
Matti Nannt e5f371476c Fix formatting of preview components (#646)
* Fix formatting of preview components

* update npm packages
2023-08-03 17:03:53 +02:00

15 lines
281 B
JSON

{
"name": "@formbricks/tsconfig",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "rimraf node_modules"
},
"devDependencies": {
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"typescript": "5.1.6"
}
}