|
12 | 12 | "moduleResolution": "node", |
13 | 13 | "strictNullChecks": true, |
14 | 14 | "outDir": "./lib", |
15 | | - "rootDirs": ["src", "node_modules"] |
| 15 | + "rootDirs": [ |
| 16 | + "src", |
| 17 | + "node_modules" |
| 18 | + ] |
16 | 19 | }, |
17 | 20 | "filesGlob": [ |
18 | 21 | "**/*.d.ts", |
|
28 | 31 | "node_modules" |
29 | 32 | ], |
30 | 33 | "files": [ |
31 | | - "node_modules/ajv/lib/ajv.d.ts", |
32 | | - "node_modules/bowser/typings.d.ts", |
33 | | - "node_modules/immutable/contrib/cursor/index.d.ts", |
34 | | - "node_modules/immutable/dist/immutable-nonambient.d.ts", |
35 | | - "node_modules/immutable/dist/immutable.d.ts", |
36 | | - "node_modules/keycode/keycode.d.ts", |
37 | | - "node_modules/redux/index.d.ts", |
38 | | - "node_modules/redux/node_modules/symbol-observable/index.d.ts", |
39 | | - "node_modules/reselect/lib/reselect.d.ts", |
40 | | - "node_modules/reselect/src/reselect.d.ts", |
41 | | - "node_modules/rx/ts/core/es6-iterable.d.ts", |
42 | | - "node_modules/rx/ts/core/es6-promise.d.ts", |
43 | | - "node_modules/rx/ts/es6-promise.es6.d.ts", |
44 | | - "node_modules/rx/ts/iterable.es6.d.ts", |
45 | | - "node_modules/rx/ts/rx.aggregates.d.ts", |
46 | | - "node_modules/rx/ts/rx.aggregates.es6.d.ts", |
47 | | - "node_modules/rx/ts/rx.all.d.ts", |
48 | | - "node_modules/rx/ts/rx.all.es6.d.ts", |
49 | | - "node_modules/rx/ts/rx.async.d.ts", |
50 | | - "node_modules/rx/ts/rx.async.es6.d.ts", |
51 | | - "node_modules/rx/ts/rx.backpressure.d.ts", |
52 | | - "node_modules/rx/ts/rx.backpressure.es6.d.ts", |
53 | | - "node_modules/rx/ts/rx.binding.d.ts", |
54 | | - "node_modules/rx/ts/rx.binding.es6.d.ts", |
55 | | - "node_modules/rx/ts/rx.coincidence.d.ts", |
56 | | - "node_modules/rx/ts/rx.coincidence.es6.d.ts", |
57 | | - "node_modules/rx/ts/rx.core.binding.d.ts", |
58 | | - "node_modules/rx/ts/rx.core.binding.es6.d.ts", |
59 | | - "node_modules/rx/ts/rx.core.d.ts", |
60 | | - "node_modules/rx/ts/rx.core.es6.d.ts", |
61 | | - "node_modules/rx/ts/rx.core.testing.d.ts", |
62 | | - "node_modules/rx/ts/rx.core.testing.es6.d.ts", |
63 | | - "node_modules/rx/ts/rx.d.ts", |
64 | | - "node_modules/rx/ts/rx.es6.d.ts", |
65 | | - "node_modules/rx/ts/rx.experimental.d.ts", |
66 | | - "node_modules/rx/ts/rx.experimental.es6.d.ts", |
67 | | - "node_modules/rx/ts/rx.joinpatterns.d.ts", |
68 | | - "node_modules/rx/ts/rx.joinpatterns.es6.d.ts", |
69 | | - "node_modules/rx/ts/rx.lite.d.ts", |
70 | | - "node_modules/rx/ts/rx.lite.es6.d.ts", |
71 | | - "node_modules/rx/ts/rx.lite.extras.d.ts", |
72 | | - "node_modules/rx/ts/rx.lite.extras.es6.d.ts", |
73 | | - "node_modules/rx/ts/rx.sorting.d.ts", |
74 | | - "node_modules/rx/ts/rx.sorting.es6.d.ts", |
75 | | - "node_modules/rx/ts/rx.testing.d.ts", |
76 | | - "node_modules/rx/ts/rx.testing.es6.d.ts", |
77 | | - "node_modules/rx/ts/rx.time.d.ts", |
78 | | - "node_modules/rx/ts/rx.time.es6.d.ts", |
79 | | - "node_modules/rx/ts/rx.virtualtime.d.ts", |
80 | | - "node_modules/rx/ts/rx.virtualtime.es6.d.ts", |
81 | | - "node_modules/symbol-observable/index.d.ts", |
82 | | - "node_modules/testcheck/dist/testcheck.d.ts", |
83 | 34 | "src/typings/cli/index.d.ts", |
84 | 35 | "src/typings/coderoad/index.d.ts", |
85 | 36 | "src/typings/common/action.d.ts", |
|
117 | 68 | "src/typings/globals/redux-thunk/index.d.ts", |
118 | 69 | "src/typings/globals/redux/index.d.ts", |
119 | 70 | "src/typings/globals/reselect/index.d.ts", |
| 71 | + "src/typings/globals/rx/index.d.ts", |
120 | 72 | "src/typings/globals/sort-package-json/index.d.ts", |
121 | 73 | "src/typings/globals/space-pen/index.d.ts", |
122 | 74 | "src/typings/globals/status-bar/index.d.ts", |
|
133 | 85 | "src/components/SidePanel/sideElement.ts", |
134 | 86 | "src/components/StatusBar/index.ts", |
135 | 87 | "src/components/styles/theme.ts", |
| 88 | + "src/editor/actions/console.ts", |
| 89 | + "src/editor/actions/editor.ts", |
| 90 | + "src/editor/actions/file.ts", |
| 91 | + "src/editor/actions/quit.ts", |
| 92 | + "src/editor/actions/tabs.ts", |
| 93 | + "src/editor/actions/terminal.ts", |
| 94 | + "src/editor/actions/write.ts", |
| 95 | + "src/editor/actions/writeFile.ts", |
| 96 | + "src/editor/directory.ts", |
| 97 | + "src/editor/grammar.ts", |
| 98 | + "src/editor/subscriptions.ts", |
| 99 | + "src/editor/ui.ts", |
136 | 100 | "src/index.ts", |
137 | 101 | "src/modules/alert/actions.ts", |
138 | 102 | "src/modules/alert/index.ts", |
139 | 103 | "src/modules/alert/types.ts", |
140 | 104 | "src/modules/dir/index.ts", |
| 105 | + "src/modules/editor/actions.ts", |
141 | 106 | "src/modules/editor/index.ts", |
142 | 107 | "src/modules/editor/reducer.ts", |
143 | 108 | "src/modules/editor/types.ts", |
|
256 | 221 | "src/components/Tutorials/index.tsx", |
257 | 222 | "src/components/Tutorials/LoadTutorials/index.tsx", |
258 | 223 | "src/components/Tutorials/SelectTutorial/index.tsx", |
259 | | - "src/components/Tutorials/UpdateTutorial/index.tsx" |
| 224 | + "src/components/Tutorials/UpdateTutorial/index.tsx", |
| 225 | + "src/editor/setup.tsx" |
260 | 226 | ] |
261 | 227 | } |
0 commit comments