mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 03:46:07 +08:00
[accept-language-parser] Add accept-language-parser
This commit adds initial support for the accept-language-parser module which is currently at version 1.4.1 I am not in any way related to the module.
This commit is contained in:
15
types/accept-language-parser/tsconfig.json
Normal file
15
types/accept-language-parser/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": ["../"],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": ["index.d.ts", "accept-language-parser-tests.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user