File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
run : npm ci --prefer-offline --cache=./.npm
33
33
34
34
- name : Build library
35
- run : npx tsc
35
+ run : npx tsc --outDir .
36
36
37
37
- name : Set version in package.json
38
38
run : npm --no-git-tag-version version ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 3
3
"description" : " Types and interfaces for writing valid JSON schema in TypeScript." ,
4
4
"repository" : " github:fosfad/json-schema-typescript-definitions" ,
5
5
"files" : [
6
- " dist "
6
+ " 2020-12.d.ts "
7
7
],
8
8
"author" : {
9
9
"email" : " petr@flaks.dev" ,
Original file line number Diff line number Diff line change 10
10
"noUnusedParameters" : true ,
11
11
"module" : " CommonJS" ,
12
12
"moduleResolution" : " Node" ,
13
- "sourceMap" : true ,
13
+ "sourceMap" : false ,
14
14
"declaration" : true ,
15
- "declarationMap" : true ,
15
+ "declarationMap" : false ,
16
16
"lib" : [" ES2020" ],
17
17
"outDir" : " dist"
18
18
}
You can’t perform that action at this time.
0 commit comments