diff --git a/tsconfig.json b/tsconfig.json index c9e57172..40d8dcd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,17 +17,11 @@ "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", - "paths": { - "*": [ - "types/*" - ] - }, "target": "es2020", "types": [ "node", - "@types/jest" + "jest" ], - "typeRoots": ["./types"] }, "include": [ "bin/**/*",