|
21 | 21 | "!node_modules/**/*.tsx"
|
22 | 22 | ],
|
23 | 23 | "files": [
|
24 |
| - "globals.ts", |
25 |
| - "linter.ts", |
26 |
| - "main/atom/atomConfig.ts", |
27 |
| - "main/atom/atomUtils.ts", |
28 |
| - "main/atom/autoCompleteProvider.ts", |
29 |
| - "main/atom/buildView.ts", |
30 |
| - "main/atom/commands/commands.ts", |
31 |
| - "main/atom/commands/json2dtsCommands.ts", |
32 |
| - "main/atom/commands/moveFilesHandling.ts", |
33 |
| - "main/atom/commands/outputFileCommands.ts", |
34 |
| - "main/atom/commands/reactCommands.ts", |
35 |
| - "main/atom/components/componentRegistry.ts", |
36 |
| - "main/atom/components/ts-view.ts", |
37 |
| - "main/atom/debugAtomTs.ts", |
38 |
| - "main/atom/editorSetup.ts", |
39 |
| - "main/atom/fileStatusCache.ts", |
40 |
| - "main/atom/gotoHistory.ts", |
41 |
| - "main/atom/onSaveHandler.ts", |
42 |
| - "main/atom/signatureProvider.ts", |
43 |
| - "main/atom/tooltipManager.ts", |
44 |
| - "main/atom/typescriptGrammar.ts", |
45 |
| - "main/atom/views/astView.ts", |
46 |
| - "main/atom/views/awesomePanelView.ts", |
47 |
| - "main/atom/views/contextView.ts", |
48 |
| - "main/atom/views/dependencyView.ts", |
49 |
| - "main/atom/views/documentationView.ts", |
50 |
| - "main/atom/views/fileSymbolsView.ts", |
51 |
| - "main/atom/views/lineMessageView.ts", |
52 |
| - "main/atom/views/mainPanelView.ts", |
53 |
| - "main/atom/views/plainMessageView.ts", |
54 |
| - "main/atom/views/projectSymbolsView.ts", |
55 |
| - "main/atom/views/renameView.ts", |
56 |
| - "main/atom/views/semanticViewGlobals.d.ts", |
57 |
| - "main/atom/views/simpleOverlaySelectionView.ts", |
58 |
| - "main/atom/views/simpleSelectionView.ts", |
59 |
| - "main/atom/views/tooltipView.ts", |
60 |
| - "main/atom/views/view.ts", |
61 |
| - "main/atomts.ts", |
62 |
| - "main/bin/atbuild.ts", |
63 |
| - "main/json2dts/json2dts.ts", |
64 |
| - "main/lang/core/languageServiceHost2.ts", |
65 |
| - "main/lang/core/project.ts", |
66 |
| - "main/lang/fixmyts/astUtils.ts", |
67 |
| - "main/lang/fixmyts/quickFix.ts", |
68 |
| - "main/lang/fixmyts/quickFixes/addClassMember.ts", |
69 |
| - "main/lang/fixmyts/quickFixes/addClassMethod.ts", |
70 |
| - "main/lang/fixmyts/quickFixes/addImportStatement.ts", |
71 |
| - "main/lang/fixmyts/quickFixes/equalsToEquals.ts", |
72 |
| - "main/lang/fixmyts/quickFixes/extractVariable.ts", |
73 |
| - "main/lang/fixmyts/quickFixes/implementInterface.ts", |
74 |
| - "main/lang/fixmyts/quickFixes/quotesToQuotes.ts", |
75 |
| - "main/lang/fixmyts/quickFixes/quoteToTemplate.ts", |
76 |
| - "main/lang/fixmyts/quickFixes/singleLineCommentToJsdoc.ts", |
77 |
| - "main/lang/fixmyts/quickFixes/stringConcatToTemplate.ts", |
78 |
| - "main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToAny.ts", |
79 |
| - "main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToType.ts", |
80 |
| - "main/lang/fixmyts/quickFixes/wrapInProperty.ts", |
81 |
| - "main/lang/fixmyts/quickFixRegistry.ts", |
82 |
| - "main/lang/modules/astToText.ts", |
83 |
| - "main/lang/modules/building.ts", |
84 |
| - "main/lang/modules/formatting.ts", |
85 |
| - "main/lang/modules/getPathCompletions.ts", |
86 |
| - "main/lang/modules/moveFiles.ts", |
87 |
| - "main/lang/modules/programDependencies.ts", |
88 |
| - "main/lang/projectCache.ts", |
89 |
| - "main/lang/projectService.ts", |
90 |
| - "main/lang/transformers/implementations/nullTransformer.ts", |
91 |
| - "main/lang/transformers/transformer.ts", |
92 |
| - "main/lang/transformers/transformerRegistry.ts", |
93 |
| - "main/lang/utils.ts", |
94 |
| - "main/react/htmltotsx.ts", |
95 |
| - "main/tsconfig/dts-generator.ts", |
96 |
| - "main/tsconfig/formatting.ts", |
97 |
| - "main/tsconfig/simpleValidator.ts", |
98 |
| - "main/tsconfig/tsconfig.ts", |
99 |
| - "main/utils/fsUtil.ts", |
100 |
| - "typescript/makeTypeScriptGlobal.ts", |
101 |
| - "typings/atom/atom.d.ts", |
102 |
| - "typings/atompromise.d.ts", |
103 |
| - "typings/bluebird.d.ts", |
104 |
| - "typings/brackets.d.ts", |
105 |
| - "typings/codemirror.d.ts", |
106 |
| - "typings/d3/d3.d.ts", |
107 |
| - "typings/emissary/emissary.d.ts", |
108 |
| - "typings/glob/glob.d.ts", |
109 |
| - "typings/htmltojsx/htmltojsx.d.ts", |
110 |
| - "typings/jquery/jquery.d.ts", |
111 |
| - "typings/minimatch/minimatch.d.ts", |
112 |
| - "typings/mixto/mixto.d.ts", |
113 |
| - "typings/mkdirp/mkdirp.d.ts", |
114 |
| - "typings/mustache.d.ts", |
115 |
| - "typings/node/node.d.ts", |
116 |
| - "typings/pathwatcher/pathwatcher.d.ts", |
117 |
| - "typings/q/Q.d.ts", |
118 |
| - "typings/react/react-jsx.d.ts", |
119 |
| - "typings/react/react.d.ts", |
120 |
| - "typings/source-map/source-map.d.ts", |
121 |
| - "typings/space-pen/space-pen.d.ts", |
122 |
| - "typings/status-bar/status-bar.d.ts", |
123 |
| - "typings/text-buffer/text-buffer.d.ts", |
124 |
| - "typings/tsd.d.ts", |
125 |
| - "worker/child.ts", |
126 |
| - "worker/debug.ts", |
127 |
| - "worker/lib/workerLib.ts", |
128 |
| - "worker/parent.ts", |
129 |
| - "worker/queryParent.ts", |
130 |
| - "main/atom/views/rView.tsx", |
131 |
| - "main/atom/views/semanticView.tsx" |
| 24 | + "./globals.ts", |
| 25 | + "./linter.ts", |
| 26 | + "./main/atom/atomConfig.ts", |
| 27 | + "./main/atom/atomUtils.ts", |
| 28 | + "./main/atom/autoCompleteProvider.ts", |
| 29 | + "./main/atom/buildView.ts", |
| 30 | + "./main/atom/commands/commands.ts", |
| 31 | + "./main/atom/commands/json2dtsCommands.ts", |
| 32 | + "./main/atom/commands/moveFilesHandling.ts", |
| 33 | + "./main/atom/commands/outputFileCommands.ts", |
| 34 | + "./main/atom/commands/reactCommands.ts", |
| 35 | + "./main/atom/components/componentRegistry.ts", |
| 36 | + "./main/atom/components/ts-view.ts", |
| 37 | + "./main/atom/debugAtomTs.ts", |
| 38 | + "./main/atom/editorSetup.ts", |
| 39 | + "./main/atom/fileStatusCache.ts", |
| 40 | + "./main/atom/gotoHistory.ts", |
| 41 | + "./main/atom/onSaveHandler.ts", |
| 42 | + "./main/atom/signatureProvider.ts", |
| 43 | + "./main/atom/tooltipManager.ts", |
| 44 | + "./main/atom/typescriptGrammar.ts", |
| 45 | + "./main/atom/views/astView.ts", |
| 46 | + "./main/atom/views/awesomePanelView.ts", |
| 47 | + "./main/atom/views/contextView.ts", |
| 48 | + "./main/atom/views/dependencyView.ts", |
| 49 | + "./main/atom/views/documentationView.ts", |
| 50 | + "./main/atom/views/fileSymbolsView.ts", |
| 51 | + "./main/atom/views/lineMessageView.ts", |
| 52 | + "./main/atom/views/mainPanelView.ts", |
| 53 | + "./main/atom/views/plainMessageView.ts", |
| 54 | + "./main/atom/views/projectSymbolsView.ts", |
| 55 | + "./main/atom/views/renameView.ts", |
| 56 | + "./main/atom/views/semanticViewGlobals.d.ts", |
| 57 | + "./main/atom/views/simpleOverlaySelectionView.ts", |
| 58 | + "./main/atom/views/simpleSelectionView.ts", |
| 59 | + "./main/atom/views/tooltipView.ts", |
| 60 | + "./main/atom/views/view.ts", |
| 61 | + "./main/atomts.ts", |
| 62 | + "./main/bin/atbuild.ts", |
| 63 | + "./main/json2dts/json2dts.ts", |
| 64 | + "./main/lang/core/languageServiceHost2.ts", |
| 65 | + "./main/lang/core/project.ts", |
| 66 | + "./main/lang/fixmyts/astUtils.ts", |
| 67 | + "./main/lang/fixmyts/quickFix.ts", |
| 68 | + "./main/lang/fixmyts/quickFixes/addClassMember.ts", |
| 69 | + "./main/lang/fixmyts/quickFixes/addClassMethod.ts", |
| 70 | + "./main/lang/fixmyts/quickFixes/addImportStatement.ts", |
| 71 | + "./main/lang/fixmyts/quickFixes/equalsToEquals.ts", |
| 72 | + "./main/lang/fixmyts/quickFixes/extractVariable.ts", |
| 73 | + "./main/lang/fixmyts/quickFixes/implementInterface.ts", |
| 74 | + "./main/lang/fixmyts/quickFixes/quotesToQuotes.ts", |
| 75 | + "./main/lang/fixmyts/quickFixes/quoteToTemplate.ts", |
| 76 | + "./main/lang/fixmyts/quickFixes/singleLineCommentToJsdoc.ts", |
| 77 | + "./main/lang/fixmyts/quickFixes/stringConcatToTemplate.ts", |
| 78 | + "./main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToAny.ts", |
| 79 | + "./main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToType.ts", |
| 80 | + "./main/lang/fixmyts/quickFixes/wrapInProperty.ts", |
| 81 | + "./main/lang/fixmyts/quickFixRegistry.ts", |
| 82 | + "./main/lang/modules/astToText.ts", |
| 83 | + "./main/lang/modules/building.ts", |
| 84 | + "./main/lang/modules/formatting.ts", |
| 85 | + "./main/lang/modules/getPathCompletions.ts", |
| 86 | + "./main/lang/modules/moveFiles.ts", |
| 87 | + "./main/lang/modules/programDependencies.ts", |
| 88 | + "./main/lang/projectCache.ts", |
| 89 | + "./main/lang/projectService.ts", |
| 90 | + "./main/lang/transformers/implementations/nullTransformer.ts", |
| 91 | + "./main/lang/transformers/transformer.ts", |
| 92 | + "./main/lang/transformers/transformerRegistry.ts", |
| 93 | + "./main/lang/utils.ts", |
| 94 | + "./main/react/htmltotsx.ts", |
| 95 | + "./main/tsconfig/dts-generator.ts", |
| 96 | + "./main/tsconfig/formatting.ts", |
| 97 | + "./main/tsconfig/simpleValidator.ts", |
| 98 | + "./main/tsconfig/tsconfig.ts", |
| 99 | + "./main/utils/fsUtil.ts", |
| 100 | + "./typescript/makeTypeScriptGlobal.ts", |
| 101 | + "./typings/atom/atom.d.ts", |
| 102 | + "./typings/atompromise.d.ts", |
| 103 | + "./typings/bluebird.d.ts", |
| 104 | + "./typings/brackets.d.ts", |
| 105 | + "./typings/codemirror.d.ts", |
| 106 | + "./typings/d3/d3.d.ts", |
| 107 | + "./typings/emissary/emissary.d.ts", |
| 108 | + "./typings/glob/glob.d.ts", |
| 109 | + "./typings/htmltojsx/htmltojsx.d.ts", |
| 110 | + "./typings/jquery/jquery.d.ts", |
| 111 | + "./typings/minimatch/minimatch.d.ts", |
| 112 | + "./typings/mixto/mixto.d.ts", |
| 113 | + "./typings/mkdirp/mkdirp.d.ts", |
| 114 | + "./typings/mustache.d.ts", |
| 115 | + "./typings/node/node.d.ts", |
| 116 | + "./typings/pathwatcher/pathwatcher.d.ts", |
| 117 | + "./typings/q/Q.d.ts", |
| 118 | + "./typings/react/react-jsx.d.ts", |
| 119 | + "./typings/react/react.d.ts", |
| 120 | + "./typings/source-map/source-map.d.ts", |
| 121 | + "./typings/space-pen/space-pen.d.ts", |
| 122 | + "./typings/status-bar/status-bar.d.ts", |
| 123 | + "./typings/text-buffer/text-buffer.d.ts", |
| 124 | + "./typings/tsd.d.ts", |
| 125 | + "./worker/child.ts", |
| 126 | + "./worker/debug.ts", |
| 127 | + "./worker/lib/workerLib.ts", |
| 128 | + "./worker/parent.ts", |
| 129 | + "./worker/queryParent.ts", |
| 130 | + "./main/atom/views/rView.tsx", |
| 131 | + "./main/atom/views/semanticView.tsx" |
132 | 132 | ],
|
133 | 133 | "exclude": []
|
134 | 134 | }
|
0 commit comments