{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"outDir": "build",
"rootDir": "src",
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"paths": {
"@sdk/*": ["./src/sdk/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "build", "tests"]
}