File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unoapi-cloud" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"description" : " Unoapi Cloud" ,
5
- "main" : " src/index.ts" ,
5
+ "main" : " dist/index.js" ,
6
+ "types" : " dist/index.d.ts" ,
7
+ "files" : [
8
+ " /dist"
9
+ ],
6
10
"repository" : " github.com/clairton/unoapi-cloud" ,
7
11
"author" : " Clairton Rodrig Heinzen<clairton.rodrigo@gmail.com>" ,
8
12
"license" : " GPL-3.0" ,
Original file line number Diff line number Diff line change 4
4
"module" : " commonjs" ,
5
5
"target" : " ESNext" ,
6
6
"lib" : [" ESNext" ],
7
+ "declaration" : true ,
7
8
"outDir" : " ./dist" ,
8
- "rootDir" : " ./src" ,
9
9
"esModuleInterop" : true ,
10
- "noImplicitAny" : false ,
10
+ "noImplicitAny" : false
11
11
},
12
+ "include" : [
13
+ " src/**/*"
14
+ ],
12
15
"ts-node" : {
13
16
"compilerOptions" : {
14
17
"module" : " commonjs"
You can’t perform that action at this time.
0 commit comments