aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCaleb Mabry <36182383+caleb-mabry@users.noreply.github.com>2022-03-23 15:33:08 -0400
committerGitHub <noreply@github.com>2022-03-23 15:33:08 -0400
commit844dc7e5fe80bca530ccbf62198f183284074108 (patch)
treeb6d1641c37630f72a2ad4de958de53999a6852b1 /package.json
parenta726bdd00060876be91b6b3f134ecc6867bbeed6 (diff)
parentefe16e1c1e7d4b0ea13c04b816d046ad21eeadb0 (diff)
Merge pull request #123 from caleb-mabry/custom-ini
Adding Custom Markdown Support Based on Asset File
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index c523f7b..b8e1512 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,8 @@
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
+ "@babel/preset-typescript": "^7.16.7",
+ "@types/jest": "^27.4.1",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"dotenv": "^16.0.0",