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

18 lines
440 B
JSON

{
"compilerOptions": {
"extendedDiagnostics": true,
"strict": true,
"target": "ES6",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"baseUrl": "src",
"isolatedModules": true,
"isolatedDeclarations": true
},
"include": ["src"],
"exclude": []
}