Generate .d.ts files for importing.
This commit is contained in:
parent
ab25c56ba6
commit
5dae789942
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "amazon-pa-api5-node-ts",
|
"name": "amazon-pa-api5-node-ts",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
|
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "dist/src/index.ts",
|
"main": "dist/src/index",
|
||||||
|
"types": "dist/src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.strict.json",
|
"extends": "./tsconfig.strict.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"declaration": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"removeComments": false,
|
"removeComments": false,
|
||||||
|
|
@ -13,6 +14,6 @@
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"tests/**/*",
|
"tests/**/*",
|
||||||
"examples/**/*",
|
"examples/**/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user