diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-01-31 01:08:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 01:08:43 +0900 |
| commit | e909eac29622b5da04688ef7e078a0f529aa7e69 (patch) | |
| tree | 85ad60001679a7fe40e06b51785956b3de8b6ab7 /tsconfig.json | |
| parent | [ActivityPub] Use microformats on mentions (diff) | |
| download | sharkey-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 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index ff4eaf917a..0cfd63c691 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "noLib": false, "strict": true, "strictNullChecks": false, - "experimentalDecorators": true + "experimentalDecorators": true, + "resolveJsonModule": true }, "compileOnSave": false, "include": [ |