challenge 53 big signal performance (#904)

* feat: challenge 52 big signal performance

* fix: update to 53
This commit is contained in:
Laforge Thomas
2024-06-11 17:28:14 +02:00
committed by GitHub
parent ecc7c8d36c
commit c02c41a606
28 changed files with 453 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {},
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}