(misc): Initial commit

This commit is contained in:
apetitco 2025-12-04 14:17:33 +01:00
parent 0f3414e8ce
commit e9a61f1716
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {},
"include": ["src/**/*.ts"]
}