diff --git a/.gitignore b/.gitignore index 0f437f2c..65766277 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -node_modules -dist -.DS_Store -**/.DS_Store -package-lock.json +node_modules +dist +.DS_Store +**/.DS_Store +package-lock.json diff --git a/tsconfig.json b/tsconfig.json index e7d987d8..9dd90d83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,14 @@ -{ - "compilerOptions": { - "outDir": "./dist/", - "noImplicitAny": true, - "module": "ESNext", - "target": "es6", - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "moduleResolution": "node", - "strict": true - }, - "include": ["./lib/**/*"], - "exclude": ["node_modules"] +{ + "compilerOptions": { + "outDir": "./dist/", + "noImplicitAny": true, + "module": "ESNext", + "target": "es6", + "forceConsistentCasingInFileNames": true, + "jsx": "react", + "moduleResolution": "node", + "strict": true + }, + "include": ["./lib/**/*"], + "exclude": ["node_modules"] } \ No newline at end of file diff --git a/vercel.json b/vercel.json index 8c05ba84..07ea57ea 100644 --- a/vercel.json +++ b/vercel.json @@ -1,16 +1,16 @@ -{ - "version": 2, - "builds": [ - { - "src": "./index.js", - "use": "@vercel/node" - } - ], - "routes": [ - - { - "src": "/(.*)", - "dest": "/" - } - ] -} +{ + "version": 2, + "builds": [ + { + "src": "./index.js", + "use": "@vercel/node" + } + ], + "routes": [ + + { + "src": "/(.*)", + "dest": "/" + } + ] +}