mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "dist/esm",
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": []
|
|
}
|