Loading test/jest-e2e.json +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ "rootDir": ".", "testEnvironment": "node", "testRegex": ".e2e-spec.ts$", "moduleNameMapper": { "^@/(.*)$": "<rootDir>/../src/$1" }, "transform": { "^.+\\.(t|j)s$": "ts-jest" } Loading tsconfig.json +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "incremental": true, "skipLibCheck": true, "strictNullChecks": true, Loading Loading
test/jest-e2e.json +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ "rootDir": ".", "testEnvironment": "node", "testRegex": ".e2e-spec.ts$", "moduleNameMapper": { "^@/(.*)$": "<rootDir>/../src/$1" }, "transform": { "^.+\\.(t|j)s$": "ts-jest" } Loading
tsconfig.json +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "incremental": true, "skipLibCheck": true, "strictNullChecks": true, Loading