diff --git a/package.json b/package.json index 28fc0bb..d8bf964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hitokoto/node-sdk", - "version": "1.0.0", + "version": "1.0.1", "description": "hitokoto.cn official node.js sdk.", "main": "dist/core.js", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 1da4183..59e749f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ "declaration": true, /* Generates corresponding '.d.ts' file. */ - "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ - "sourceMap": true, /* Generates corresponding '.map' file. */ + // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ + // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "./dist", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */