diff --git a/tsconfig.json b/tsconfig.json index 26de21f..4d5971f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,8 @@ "rootDir": "src/", "outDir": "dist/", "moduleResolution": "bundler", - "typeRoots": [ "node_modules/@types", "./src/typings" ], + "typeRoots": [ "./src/typings" ], }, - "include": [ "node_modules/@types", "src/" ], - "exclude": [ "node_modules", ".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ], + "include": [ "src/" ], + "exclude": [ ".yarn/cache", ".yarn/unplugged",".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ] }