@texture-finance/solana-flash-loan-sdk
Version:
Solana flash loan SDK
40 lines (37 loc) • 873 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"allowJs": true,
"declaration": true,
"declarationDir": "./build/",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
// "isolatedModules": true,
"noEmit": false,
"sourceMap": true,
"downlevelIteration": true,
"baseUrl": ".",
"paths": {
"#application/*": ["./src/application/*"],
"#domain/*": ["./src/domain/*"],
"#infrastructure/*": ["./src/infrastructure/*"],
"#utils/*": ["./src/utils/*"]
},
"lib": [
"dom",
"es5",
"scripthost",
"es2015.promise"
]
},
"include": [
"src"
]
}