Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias Nannt
944080173d update package version 2024-06-03 16:32:05 +02:00
pandeymangg
68b291e4f0 cleanup tsconfig 2024-06-03 13:23:34 +05:30
3 changed files with 1 additions and 4 deletions

View File

@@ -3,8 +3,6 @@
"include": ["src", "package.json", "../types/surveys.d.ts"],
"compilerOptions": {
"strict": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,

View File

@@ -1,7 +1,7 @@
{
"name": "@formbricks/js",
"license": "MIT",
"version": "2.0.1",
"version": "2.1.0-beta.0",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
"homepage": "https://formbricks.com",
"repository": {

View File

@@ -4,7 +4,6 @@
"compilerOptions": {
"strict": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true,