From 36edd5a2d06a66758962fbd36cab67346f504993 Mon Sep 17 00:00:00 2001 From: night0721 <77528305+night0721@users.noreply.github.com.> Date: Thu, 2 Nov 2023 01:03:08 +0000 Subject: [PATCH] dos to unix --- tsconfig.json | 40 ++++++++++++++++++++-------------------- vercel.json | 14 +++++++------- 2 files changed, 27 insertions(+), 27 deletions(-) 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 + } + } +}