We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebc809 commit 0071d84Copy full SHA for 0071d84
dist/main/tsconfig/tsconfig.js
@@ -67,7 +67,7 @@ var defaultFilesGlob = [
67
"./**/*.tsx",
68
"!./node_modules/**/*",
69
];
70
-var invisibleFilesGlob = ["./**/*.ts"];
+var invisibleFilesGlob = ["./**/*.ts", "./**/*.tsx"];
71
var typeScriptVersion = '1.5.0-beta';
72
exports.defaults = {
73
target: ts.ScriptTarget.ES5,
lib/main/tsconfig/tsconfig.ts
@@ -204,7 +204,7 @@ var defaultFilesGlob = [
204
/**
205
* This is what we use when the user doens't specify a files / filesGlob
206
*/
207
208
209
210
export var defaults: ts.CompilerOptions = {
0 commit comments