DefinitelyTyped/types/accept-language-parser/tsconfig.json
Niklas Wulf d73ea3885a
[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.
2017-09-21 12:15:46 +02:00

16 lines
400 B
JSON

{
"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"]
}