Created
June 26, 2017 12:34
-
-
Save gaborpinterweb/3f0e3763a2699c59c3a6af636bc53c00 to your computer and use it in GitHub Desktop.
Revisions
-
Gábor Pintér created this gist
Jun 26, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ { "compilerOptions": { "target": "es5", "module": "commonjs", "allowJs": false, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitThis": true, "alwaysStrict": true, "noImplicitAny": true, "noUnusedLocals": true, "removeComments": true, "preserveConstEnums": true, "noUnusedParameters": true, "noImplicitUseStrict": true, "pretty": true, "diagnostics": true, "moduleResolution": "node" } }