amazon-pa-api-5.0-sdk-node-ts/tsconfig.json

15 lines
302 B
JSON

{
"extends": "./tsconfig.strict.json",
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "ESNext",
"outDir": "dist"
},
"include": [
"src/**/*",
"tests/**/*"
]
}