diff --git a/tsconfig.json b/tsconfig.json index 871820b..f792deb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "emitDecoratorMetadata": true }, "include": [ - "next-env.d.ts", + "deps/Traveler/index.d.ts", "**/*.ts", "**/*.tsx", ],