Files
DefinitelyTyped/types/auto-sni/tsconfig.json
Jan Wolf 80729fa6ca Add typings for auto-sni (#16081)
* no message

* Added more specific types
2017-04-25 09:48:10 -07:00

23 lines
376 B
JSON

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