DefinitelyTyped/types/socket.io-file/tsconfig.json
Dief Bell 5149044884 Added types for socket.io-file package (#40119)
* Added types for socket.io-file package

* Added TypeScript Version comment

* Fixed formatting

* Fixed formatting errors

* Fixed formatting errors
2019-11-05 13:47:21 -08:00

24 lines
495 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",
"socket.io-file-tests.ts"
]
}