diff --git a/tsconfig.json b/tsconfig.json index cb7b116a..7946eb55 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,11 @@ "declaration": true, "typeRoots": [ "./node_modules/@types", - "./src/types" + "./scripts/types" ], - "allowJs": true - } + "allowJs": true, + "outDir": "./" + }, + "include": ["src/**/*", "scripts/types/**/*"], + "exclude": ["node_modules", "dist"] } \ No newline at end of file