feat(test): test moving lib

This commit is contained in:
thomas
2023-10-17 22:54:25 +02:00
parent 1269464c89
commit fc6de28091
20 changed files with 23 additions and 23 deletions

View File

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