File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 33 "description" : " Types and interfaces for writing valid JSON schema in TypeScript." ,
44 "repository" : " github:fosfad/json-schema-typescript-definitions" ,
55 "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"
710 ],
811 "author" : {
9121417 "url" : " https://github.com/fosfad/json-schema-typescript-definitions/issues"
1518 },
1619 "homepage" : " https://github.com/fosfad/json-schema-typescript-definitions" ,
17- "exports" : {
18- "./2020-12" : {
19- "import" : " ./dist/2020-12.d.ts"
20- }
21- },
2220 "devDependencies" : {
2321 "@types/node" : " 15.12.4" ,
2422 "@typescript-eslint/eslint-plugin" : " 4.28.0" ,
Original file line number Diff line number Diff line change 1010 "noUnusedParameters" : true ,
1111 "module" : " CommonJS" ,
1212 "moduleResolution" : " Node" ,
13- "sourceMap" : false ,
13+ "sourceMap" : true ,
1414 "declaration" : true ,
15- "declarationMap" : false ,
15+ "declarationMap" : true ,
1616 "lib" : [" ES2020" ],
1717 "outDir" : " dist"
1818 }
You can’t perform that action at this time.
0 commit comments