feat(move): move lib

This commit is contained in:
thomas
2023-10-17 23:02:33 +02:00
parent 2e0c7f61cb
commit fcd125d001
17 changed files with 23 additions and 23 deletions

View File

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