We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dff2f9 commit f159a4aCopy full SHA for f159a4a
src/file.ts
@@ -435,6 +435,8 @@ export const COMMON_MIME_TYPES = new Map([
435
['json', 'application/json'],
436
['json5', 'application/json5'],
437
['jsonld', 'application/ld+json'],
438
+ // https://jsonlines.org/
439
+ ['jsonl', 'application/jsonl'],
440
['jsonml', 'application/jsonml+json'],
441
['jsx', 'text/jsx'],
442
['jxr', 'image/jxr'],
0 commit comments