|
| 1 | +{ |
| 2 | + "compilerOptions": { |
| 3 | + "module": "commonjs", |
| 4 | + "noImplicitAny": true, |
| 5 | + "removeComments": true, |
| 6 | + "preserveConstEnums": true, |
| 7 | + "out": "../../built/local/typescriptServices.js", |
| 8 | + "sourceMap": true |
| 9 | + }, |
| 10 | + "files": [ |
| 11 | + "../compiler/core.ts", |
| 12 | + "../compiler/sys.ts", |
| 13 | + "../compiler/types.ts", |
| 14 | + "../compiler/scanner.ts", |
| 15 | + "../compiler/parser.ts", |
| 16 | + "../compiler/utilities.ts", |
| 17 | + "../compiler/binder.ts", |
| 18 | + "../compiler/checker.ts", |
| 19 | + "../compiler/emitter.ts", |
| 20 | + "../compiler/program.ts", |
| 21 | + "../compiler/commandLineParser.ts", |
| 22 | + "../compiler/diagnosticInformationMap.generated.ts", |
| 23 | + "breakpoints.ts", |
| 24 | + "navigationBar.ts", |
| 25 | + "outliningElementsCollector.ts", |
| 26 | + "services.ts", |
| 27 | + "shims.ts", |
| 28 | + "signatureHelp.ts", |
| 29 | + "utilities.ts", |
| 30 | + "formatting/formatting.ts", |
| 31 | + "formatting/formattingContext.ts", |
| 32 | + "formatting/formattingRequestKind.ts", |
| 33 | + "formatting/formattingScanner.ts", |
| 34 | + "formatting/references.ts", |
| 35 | + "formatting/rule.ts", |
| 36 | + "formatting/ruleAction.ts", |
| 37 | + "formatting/ruleDescriptor.ts", |
| 38 | + "formatting/ruleFlag.ts", |
| 39 | + "formatting/ruleOperation.ts", |
| 40 | + "formatting/ruleOperationContext.ts", |
| 41 | + "formatting/rules.ts", |
| 42 | + "formatting/rulesMap.ts", |
| 43 | + "formatting/rulesProvider.ts", |
| 44 | + "formatting/smartIndenter.ts", |
| 45 | + "formatting/tokenRange.ts" |
| 46 | + ] |
| 47 | +} |
0 commit comments