mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* 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>
24 lines
492 B
JSON
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"
|
|
]
|
|
}
|