Release package version 0.0.2
All checks were successful
CI / build (push) Successful in 44s

Update files
This commit is contained in:
Andrey Kernichniy 2026-03-09 22:22:24 +07:00
parent bc9dbd24e0
commit ceeec2dc0b
13 changed files with 82 additions and 125 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": "./lib/src",
"outDir": "./playground/lib",
"outDir": "./playground/command-executer",
},
"extends": ["./tsconfig.json"],
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]