lazada-iop-client
Version:
Lazada IOP Client SDK for Node JS
17 lines (16 loc) • 380 B
JSON
// tsconfig.esm.json
{
"compilerOptions": {
"target": "ES6",
"module": "NodeNext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "./dist/esm",
"rootDir": "./src",
"strict": true,
"declaration": false
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}