mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
36 lines
912 B
JSON
36 lines
912 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",
|
|
"lib/client/Subscription.d.ts",
|
|
"lib/client/Transaction.d.ts",
|
|
"lib/connect-failover/getAddressInfo.d.ts",
|
|
"lib/Channel.d.ts",
|
|
"lib/ChannelFactory.d.ts",
|
|
"lib/ChannelPool.d.ts",
|
|
"lib/Client.d.ts",
|
|
"lib/connect.d.ts",
|
|
"lib/ConnectFailover.d.ts",
|
|
"lib/IncomingFrameStream.d.ts",
|
|
"lib/OutgoingFrameStream.d.ts",
|
|
"lib/Socket.d.ts",
|
|
"stompit-tests.ts"
|
|
]
|
|
}
|