diff --git a/tsconfig.json b/tsconfig.json index aec049f..dc2a5d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "experimentalDecorators": true, + "experimentalDecorators": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]