{ "compilerOptions": { "target": "ES2020", "lib": [ "ES2020", "webworker" ], "module": "CommonJS", "allowJs": true, "declaration": true, "declarationMap": true, "moduleResolution": "node", "sourceMap": true, "strict": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "esModuleInterop": true, "preserveSymlinks": true, "downlevelIteration": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "outDir": "dist", "baseUrl": ".", "rootDirs": [ "src" ], "paths": { "@e2b/sdk": ["../js-sdk/src"], } } }