mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Types file for socketio-jwt I am tired of not having a types file for this package * Should have left the names alone * fixed lint findings Ran the lint test.
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"socketio-jwt-tests.ts"
|
|
]
|
|
} |