Files
DefinitelyTyped/types/snoowrap/tsconfig.json
Vito 32d304a7fb add definitions for snoowrap (#18384)
* add definitions for snoowrap

* remove dts-gen from package.json
2017-07-25 10:44:42 -07:00

38 lines
1.0 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true
},
"files": [
"index.d.ts",
"dist/objects/Comment.d.ts",
"dist/objects/index.d.ts",
"dist/objects/Listing.d.ts",
"dist/objects/LiveThread.d.ts",
"dist/objects/MultiReddit.d.ts",
"dist/objects/PrivateMessage.d.ts",
"dist/objects/RedditContent.d.ts",
"dist/objects/RedditUser.d.ts",
"dist/objects/ReplyableContent.d.ts",
"dist/objects/Submission.d.ts",
"dist/objects/Subreddit.d.ts",
"dist/objects/VoteableContent.d.ts",
"dist/objects/WikiPage.d.ts",
"snoowrap-tests.ts"
]
}