From 7bddff1ef8978a3edcb7fc3feef3c801bc23ed45 Mon Sep 17 00:00:00 2001 From: a632079 Date: Thu, 27 Feb 2020 17:59:15 +0800 Subject: [PATCH] chore: rm map files --- package.json | 2 +- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */