mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": 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"
|
|
]
|
|
} |