File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lambda-restful-util" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A lightweight utility for Lambda API development" ,
5
5
"repository" :
" [email protected] :CodeForBaltimore/lambda-restful-util.git" ,
6
6
"author" :
" Jason Anton <[email protected] >" ,
7
7
"license" : " MIT" ,
8
8
"private" : false ,
9
9
"main" : " dist/index.js" ,
10
+ "typings" : " dist/index" ,
11
+ "files" : [
12
+ " dist/"
13
+ ],
10
14
"source" : " src/index.ts" ,
11
15
"scripts" : {
12
16
"build" : " tsc -p ." ,
Original file line number Diff line number Diff line change 13
13
// "declaration": true, /* Generates corresponding '.d.ts' file. */
14
14
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
15
15
// "sourceMap": true, /* Generates corresponding '.map' file. */
16
- // "outFile": "./", /* Concatenate and emit output to single file. */
16
+ // "outFile": "./",
17
+ "declaration" : true , /* Concatenate and emit output to single file. */
17
18
"outDir" : " dist" , /* Redirect output structure to the directory. */
18
19
"rootDir" : " src" , /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
19
20
// "composite": true, /* Enable project compilation */
67
68
"skipLibCheck" : true , /* Skip type checking of declaration files. */
68
69
"forceConsistentCasingInFileNames" : true /* Disallow inconsistently-cased references to the same file. */
69
70
},
71
+ "files" : [
72
+ " ./src/index.ts"
73
+ ],
70
74
"include" : [
71
75
" src/**/*"
72
76
],
You can’t perform that action at this time.
0 commit comments