DefinitelyTyped/detect-browser/tsconfig.json
Rogier Schouten 9fbb6f6df0 Add typings for detect-browser (#11776)
* Add typings for detect-browser

* process review comment
2016-10-08 10:32:59 -07:00

19 lines
405 B
JSON

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