File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed 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
- " 2020-12.d.ts"
6
+ " 2020-12.d.ts" ,
7
+ " 2020-12.d.ts.map" ,
8
+ " 2020-12.js" ,
9
+ " 2020-12.js.map"
7
10
],
8
11
"author" : {
9
12
"email" : " petr@flaks.dev" ,
14
17
"url" : " https://github.com/fosfad/json-schema-typescript-definitions/issues"
15
18
},
16
19
"homepage" : " https://github.com/fosfad/json-schema-typescript-definitions" ,
17
- "exports" : {
18
- "./2020-12" : {
19
- "import" : " ./dist/2020-12.d.ts"
20
- }
21
- },
22
20
"devDependencies" : {
23
21
"@types/node" : " 15.12.4" ,
24
22
"@typescript-eslint/eslint-plugin" : " 4.28.0" ,
Original file line number Diff line number Diff line change 10
10
"noUnusedParameters" : true ,
11
11
"module" : " CommonJS" ,
12
12
"moduleResolution" : " Node" ,
13
- "sourceMap" : false ,
13
+ "sourceMap" : true ,
14
14
"declaration" : true ,
15
- "declarationMap" : false ,
15
+ "declarationMap" : true ,
16
16
"lib" : [" ES2020" ],
17
17
"outDir" : " dist"
18
18
}
You can’t perform that action at this time.
0 commit comments