diff --git a/tsconfig.json b/tsconfig.json index 0708e72..5e26e82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,20 +1,20 @@ -{ - "compilerOptions": { - "lib": ["ESNext"], - "module": "commonjs", - "moduleResolution": "node", - "target": "ESNext", - "declaration": true, - "outDir": "dist", - "sourceMap": false, - "esModuleInterop": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, - "allowSyntheticDefaultImports": true, - "skipLibCheck": true, - "skipDefaultLibCheck": true, - "resolveJsonModule": true - }, - "include": ["./src"], - "exclude": ["./node_modules"] -} +{ + "compilerOptions": { + "lib": ["ESNext"], + "module": "commonjs", + "moduleResolution": "node", + "target": "ESNext", + "declaration": true, + "outDir": "dist", + "sourceMap": false, + "esModuleInterop": true, + "experimentalDecorators": true, + "emitDecoratorMetadata": true, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "resolveJsonModule": true + }, + "include": ["./src"], + "exclude": ["./node_modules"] +} diff --git a/vercel.json b/vercel.json index a3eec4c..540ffc6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ -{ - "git": { - "deploymentEnabled": { - "main": false - } - } -} +{ + "git": { + "deploymentEnabled": { + "main": false + } + } +}