File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33.npmignore
44gen /* .ts
55package-lock.json
6- .DS_Store
6+ .DS_Store
7+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/Code-Hex/graphql-codegen-validation-schema.git"
88 },
99 "main" : " dist/index.js" ,
10+ "typings" : " dist/index.d.ts" ,
1011 "files" : [
1112 " dist/*.{js,ts}"
1213 ],
4748 "@graphql-tools/utils" : " ^8.6.1" ,
4849 "graphql" : " ^15.8.0"
4950 },
51+ "peerDependencies" : {
52+ "graphql" : " ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
53+ },
5054 "bugs" : {
5155 "url" : " https://github.com/Code-Hex/graphql-codegen-validation-schema/issues"
5256 }
Original file line number Diff line number Diff line change 11{
22 "extends" : " @tsconfig/recommended/tsconfig.json" ,
33 "compilerOptions" : {
4+ "incremental" : true ,
45 "declaration" : true ,
56 "outDir" : " ./dist" ,
67 "baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments