Generate Fern TypeSscript SDK (#3785)

This commit is contained in:
Stanislav Novosad
2025-10-23 20:14:59 -06:00
committed by GitHub
parent d55b9637c4
commit 2062adac66
239 changed files with 14550 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"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": []
}