diff --git a/tsconfig.json b/tsconfig.json index 7b6c665..d602fda 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,36 +1,38 @@ { - "compilerOptions": { - "experimentalDecorators": true, - "baseUrl": "./src/", - "outDir": "build/dist", - "module": "esnext", - "sourceMap": true, - "allowJs": true, - "moduleResolution": "node", - "rootDir": "src", - "noImplicitReturns": true, - "noImplicitThis": true, - "noImplicitAny": true, - "strictNullChecks": true, - "resolveJsonModule": true, - "noUnusedLocals": true, - "skipLibCheck": true, - "allowSyntheticDefaultImports": true, - "removeComments": true, - "target": "ES2022", - "lib": ["dom", "dom.iterable", "esnext"], - "strict": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "esModuleInterop": true, - "isolatedModules": true, - "jsx": "preserve", - "incremental": true, - "plugins": [{ "name": "next" }], - "paths": { - "@*": ["./src/*"] - } - }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "compilerOptions": { + "experimentalDecorators": true, + "baseUrl": "./src/", + "outDir": "build/dist", + "module": "esnext", + "sourceMap": true, + "allowJs": true, + "moduleResolution": "node", + "rootDir": "src", + "noImplicitReturns": true, + "noImplicitThis": true, + "noImplicitAny": true, + "strictNullChecks": true, + "resolveJsonModule": true, + "noUnusedLocals": true, + "skipLibCheck": true, + "allowSyntheticDefaultImports": true, + "removeComments": true, + "target": "ES2022", + "lib": ["dom", "dom.iterable", "esnext"], + "strict": true, + "forceConsistentCasingInFileNames": true, + "noEmit": true, + "esModuleInterop": true, + "isolatedModules": true, + "jsx": "preserve", + "incremental": true, + "plugins": [ + { "name": "next" } + ], + "paths": { + "@*": ["./src/*"] + } + }, + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "exclude": ["node_modules"] } diff --git a/vercel.json b/vercel.json index 3a48e56..1c2d0ee 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,8 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/" }] -} + "rewrites": [ + { + "source": "/(.*)", + "destination": "/" + } + ] +} \ No newline at end of file