fix: tsc wasn't emitting dist/ files.
This commit is contained in:
parent
ef750360b8
commit
b1e0d00a88
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "amazon-pa-api5-node-ts",
|
"name": "amazon-pa-api5-node-ts",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "amazon-pa-api5-node-ts",
|
"name": "amazon-pa-api5-node-ts",
|
||||||
"version": "2.2.0",
|
"version": "2.2.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"superagent": "^9.0.0"
|
"superagent": "^9.0.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "amazon-pa-api5-node-ts",
|
"name": "amazon-pa-api5-node-ts",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"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.mjs",
|
"main": "dist/src/index.mjs",
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.strict.json",
|
"extends": "./tsconfig.strict.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"allowImportingTsExtensions": false,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
"noEmit": false,
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"removeComments": false,
|
"removeComments": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user