We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5bdd9 commit e23e234Copy full SHA for e23e234
2 files changed
gruntfile.js
@@ -336,7 +336,10 @@ module.exports = function(grunt) {
336
},
337
ts: {
338
build: {
339
- tsconfig: 'tsconfig.json',
+ tsconfig: {
340
+ tsconfig: 'tsconfig.json',
341
+ passThrough: true,
342
+ },
343
outDir: localCfg.outModulesDir,
344
options: tsOptions
345
tsconfig.json
@@ -9,6 +9,7 @@
9
"declaration": false,
10
"noImplicitAny": false,
11
"removeComments": true,
12
+ "noImplicitUseStrict": true,
13
"outDir": "bin/dist/modules",
14
"experimentalDecorators": true
15
@@ -707,4 +708,4 @@
707
708
"atom": {
709
"rewriteTsconfig": true
710
}
-}
711
+}
0 commit comments