feat(doc): move scroll-vd

This commit is contained in:
thomas
2023-10-18 09:49:19 +02:00
parent 0fae068682
commit a2d6f2471d
16 changed files with 26 additions and 26 deletions

View File

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