Skip to content

Commit

Permalink
🔧 Changing tsconfig configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 10, 2019
1 parent f85052e commit 961083d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
"compileOnSave": false,
"compilerOptions": {
"pretty": true,
"target": "es5",
"target": "ES5",
"newLine": "LF",
"module": "esnext",
"module": "ESNext",
"declaration": false,
"alwaysStrict": true,
"importHelpers": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"lib": ["es5", "esnext", "dom", "scripthost"]
"moduleResolution": "Node",
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 961083d

Please sign in to comment.