summaryrefslogtreecommitdiff
path: root/src/@types
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-01-31 01:08:43 +0900
committerGitHub <noreply@github.com>2019-01-31 01:08:43 +0900
commite909eac29622b5da04688ef7e078a0f529aa7e69 (patch)
tree85ad60001679a7fe40e06b51785956b3de8b6ab7 /src/@types
parent[ActivityPub] Use microformats on mentions (diff)
downloadsharkey-e909eac29622b5da04688ef7e078a0f529aa7e69.tar.gz
sharkey-e909eac29622b5da04688ef7e078a0f529aa7e69.tar.bz2
sharkey-e909eac29622b5da04688ef7e078a0f529aa7e69.zip
Create type definition for '*/package.json' (#4014)
* Create type definition for '*/package.json' * Update tsconfig.json
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/package.json.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/@types/package.json.d.ts b/src/@types/package.json.d.ts
new file mode 100644
index 0000000000..7cf07c1abc
--- /dev/null
+++ b/src/@types/package.json.d.ts
@@ -0,0 +1,3 @@
+declare module '*/package.json' {
+ const version: string;
+}