DefinitelyTyped/useragent/tsconfig.json
Joshua DeVinney 6bbac058dc Typing for useragent [Types-2.0] (#11968)
* Typing for useragent

* Strict null checks on useragent
2016-10-26 11:03:58 -07:00

19 lines
399 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"useragent-tests.ts"
]
}