gxc-command-executer/tsconfig.dev.json
Andrey Kernichniy ceeec2dc0b
All checks were successful
CI / build (push) Successful in 44s
Release package version 0.0.2
Update files
2026-03-09 22:22:24 +07:00

8 lines
197 B
JSON

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