Files
javascript-client-sdk/tsconfig.json
T
2025-03-14 13:04:35 -04:00

16 lines
328 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES6",
"moduleResolution": "node",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"outDir": "./lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}