diff options
-rw-r--r-- | packages/bun-framework-next/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-framework-next/tsconfig.json b/packages/bun-framework-next/tsconfig.json index d14767c9f..09f55d73c 100644 --- a/packages/bun-framework-next/tsconfig.json +++ b/packages/bun-framework-next/tsconfig.json @@ -16,6 +16,6 @@ "baseUrl": ".", "paths": {} }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "empty.js"], "exclude": ["node_modules"] } |