diff --git a/framework-boilerplates/hono/tsconfig.json b/framework-boilerplates/hono/tsconfig.json index b55223e0d5..22fad560e4 100644 --- a/framework-boilerplates/hono/tsconfig.json +++ b/framework-boilerplates/hono/tsconfig.json @@ -3,7 +3,6 @@ "target": "ESNext", "module": "NodeNext", "strict": true, - "verbatimModuleSyntax": true, "skipLibCheck": true, "types": [ "node"