hw-npm-module
Advanced tools
Comparing version
{ | ||
"name": "hw-npm-module", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"bp": "tsc -p . && npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -9,0 +9,0 @@ }, |
@@ -15,3 +15,3 @@ { | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
"outDir": "./dist", /* Redirect output structure to the directory. */ | ||
"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. */ | ||
@@ -66,3 +66,6 @@ // "composite": true, /* Enable project compilation */ | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
} | ||
}, | ||
"include": [ | ||
"./src" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7609
0.73%80
3.9%