DefinitelyTyped/types/user-agents/tsconfig.json
Nick 7748c5f360 Add @intoli/user-agents (#41078)
* user-agents

* tslint upd
2019-12-26 15:20:01 -06:00

24 lines
492 B
JSON

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