mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-18 14:52:46 +00:00
* Added types for socket.io-file package * Added TypeScript Version comment * Fixed formatting * Fixed formatting errors * Fixed formatting errors * Added types for socket.io-file package * Added TypeScript Version comment * Fixed formatting * Fixed formatting errors * Fixed formatting errors * Added typedefs for n-readlines (node-readlines) * Added node to types in tsconfig, removed unnecessary declare * Referenced node types in correct manner * Changed export style * Updated index.d.ts' description to match package * Updated header of index.d.ts to match package
25 lines
493 B
JSON
25 lines
493 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"n-readlines-tests.ts"
|
|
]
|
|
}
|