Changes
2 changed files (+10/-3)
-
-
@@ -51,13 +51,16 @@ ],"transform": { "^.+\\.ts?$": "ts-jest" }, "testRegex": "(\\.|/)spec\\.ts$", "testRegex": "/tests/.*\\.ts$", "moduleFileExtensions": [ "ts", "js", "json", "node" ] ], "moduleNameMapper": { "~/(.*)": "<rootDir>/src/$1" } }, "lint-staged": { "*.{ts,md}": [
-
-
-
@@ -8,7 +8,11 @@ "preserveConstEnums": true,"sourceMap": true, "target": "es2015", "outDir": "lib", "declaration": true "declaration": true, "baseUrl": ".", "paths": { "~/*": ["./src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"]
-