Skyvern/skyvern-ts/client/tsconfig.esm.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

10 lines
212 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/esm",
"verbatimModuleSyntax": true
},
"include": ["src"],
"exclude": []
}