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 3
3
.npmignore
4
4
gen /* .ts
5
5
package-lock.json
6
- .DS_Store
6
+ .DS_Store
7
+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change 7
7
"url" : " https://github.com/Code-Hex/graphql-codegen-validation-schema.git"
8
8
},
9
9
"main" : " dist/index.js" ,
10
+ "typings" : " dist/index.d.ts" ,
10
11
"files" : [
11
12
" dist/*.{js,ts}"
12
13
],
47
48
"@graphql-tools/utils" : " ^8.6.1" ,
48
49
"graphql" : " ^15.8.0"
49
50
},
51
+ "peerDependencies" : {
52
+ "graphql" : " ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
53
+ },
50
54
"bugs" : {
51
55
"url" : " https://github.com/Code-Hex/graphql-codegen-validation-schema/issues"
52
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " @tsconfig/recommended/tsconfig.json" ,
3
3
"compilerOptions" : {
4
+ "incremental" : true ,
4
5
"declaration" : true ,
5
6
"outDir" : " ./dist" ,
6
7
"baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments