File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5252 "pretty" : " node resources/pretty.js" ,
5353 "pretty-check" : " node resources/pretty.js --check" ,
5454 "format" : " yarn eslint --fix && yarn pretty" ,
55- "lerna-publish" : " lerna publish" ,
55+ "lerna-publish" : " yarn ci && yarn ci-e2e && lerna publish" ,
5656 "watch" : " yarn tsc --watch" ,
5757 "start-graphiql" : " yarn workspace graphiql dev"
5858 },
Original file line number Diff line number Diff line change 55 "outDir" : " ./esm" ,
66 "composite" : false ,
77 "jsx" : " react" ,
8- "baseUrl" : " ."
8+ "baseUrl" : " ." ,
9+ "target" : " es5"
910 },
1011 "include" : [" src" ],
1112 "exclude" : [
Original file line number Diff line number Diff line change 44 "rootDir" : " ./src" ,
55 "outDir" : " ./dist" ,
66 "composite" : true ,
7- "jsx" : " preserve " ,
7+ "jsx" : " react " ,
88 "baseUrl" : " ." ,
9- "strictPropertyInitialization" : false ,
10- "types" : [" node" , " jest" ],
11- "lib" : [" dom" ]
9+ "target" : " es5" ,
10+ "strictPropertyInitialization" : false
1211 },
1312 "include" : [" src" ],
1413 "exclude" : [
You can’t perform that action at this time.
0 commit comments