@robot-inventor/paapi5-nodejs-sdk
Version:
ProductAdvertisingAPI 5.0 NodeJS SDK
20 lines (18 loc) • 409 B
JSON
{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationMap": false,
"rootDir": "src",
"outDir": "types",
"skipLibCheck": true,
"lib": ["es2017"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.js"]
}