Merge pull request #31995 from sameercaresu/master

Moving node-gettext under types folder
This commit is contained in:
Benjamin Lichtman
2019-01-23 15:12:34 -08:00
committed by GitHub
4 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Project: http://github.com/alexanderwallin/node-gettext
// Definitions by: Sameer K.C. <https://github.com/sameercaresu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
export = GetText;
declare class GetText {
constructor(options?: { debug: boolean; });
@@ -15,7 +15,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true
},
"files": [
"index.d.ts",