Skyvern/skyvern-ts/client/tsconfig.cjs.json
Stanislav Novosad 2062adac66
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Generate Fern TypeSscript SDK (#3785)
2025-10-23 20:14:59 -06:00

9 lines
176 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist/cjs"
},
"include": ["src"],
"exclude": []
}