DefinitelyTyped/types/express-socket.io-session/tsconfig.json
AylaJK 020bc73382 Add express-socket.io-session types (#25673)
* Add express-socket.io-session

* Reverting to defalut tslint config
2018-05-14 11:11:35 -07:00

24 lines
506 B
JSON

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