feat(doc): move di

This commit is contained in:
thomas
2023-10-18 10:00:50 +02:00
parent 22df1ad237
commit 4ac5c2c1f1
15 changed files with 24 additions and 18 deletions

View File

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