Setup project
.editorconfig
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gatsby-plugin-typegen", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "https://github.com/cometkim/gatsby-plugin-typegen.git", | ||
"author": "Hyeseong Kim <cometkim.kr@gmail.com>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"gatsby": ">=2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"babel-preset-gatsby-package": "^0.2.3", | ||
"typescript": "^3.5.3" | ||
} | ||
} |
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment