Additions/55 back button navigation (#1016)

feat: new angular back button navigation challenge
This commit is contained in:
Tsironis Ioannis
2024-07-01 11:59:13 +03:00
committed by GitHub
parent d05c279e67
commit 7335c396b8
35 changed files with 493 additions and 15 deletions

View File

@@ -0,0 +1,15 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node", "@testing-library/jest-dom"]
},
"files": ["src/test-setup.ts"],
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}