DefinitelyTyped/types/media-typer/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) a08ce5ef58
update(media-typer): version 1.1 (#44279)
* update(media-typer): version 1.1

- add new `test` method
- missing docs comments
- version bump to 1.1
- v0 created for compatibility
- maintainer added

https://github.com/jshttp/media-typer/compare/v0.3.0...v1.1.0
https://github.com/jshttp/media-typer#typerteststring

Thanks!

* Update types/media-typer/index.d.ts

thx to @sandersn

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

* Update types/media-typer/index.d.ts

thx to @sandersn

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2020-05-12 12:55:24 -07:00

24 lines
492 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"media-typer-tests.ts"
]
}