mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
use @octokit/graphql instead of plain graphql for /api/projects
This commit is contained in:
+2
-7
@@ -3,19 +3,14 @@
|
||||
"target": "esnext",
|
||||
"lib": [
|
||||
"esnext",
|
||||
"es2020"
|
||||
"es2018"
|
||||
],
|
||||
"module": "es2020",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"alwaysStrict": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictBindCallApply": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"noEmit": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
|
||||
Reference in New Issue
Block a user