File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "extends" : " ../tsconfig-base" ,
3
- "compilerOptions" : {
4
- "removeComments" : false ,
5
- "outFile" : " ../../built/local/server.js" ,
6
- "preserveConstEnums" : true ,
7
- "types" : [
8
- " node"
9
- ]
10
- },
11
- "references" : [
12
- { "path" : " ../compiler" },
13
- { "path" : " ../jsTyping" },
14
- { "path" : " ../services" }
15
- ],
16
- "files" : [
17
- " types.ts" ,
18
- " utilities.ts" ,
19
- " protocol.ts" ,
20
- " scriptInfo.ts" ,
21
- " typingsCache.ts" ,
22
- " project.ts" ,
23
- " editorServices.ts" ,
24
- " session.ts" ,
25
- " scriptVersionCache.ts"
26
- ]
27
- }
1
+ {
2
+ "extends" : " ../tsconfig-base" ,
3
+ "compilerOptions" : {
4
+ "removeComments" : false ,
5
+ "outFile" : " ../../built/local/server.js" ,
6
+ "preserveConstEnums" : true ,
7
+ "types" : [
8
+ " node"
9
+ ]
10
+ },
11
+ "references" : [
12
+ { "path" : " ../compiler" },
13
+ { "path" : " ../jsTyping" },
14
+ { "path" : " ../services" }
15
+ ],
16
+ "files" : [
17
+ " types.ts" ,
18
+ " utilities.ts" ,
19
+ " protocol.ts" ,
20
+ " scriptInfo.ts" ,
21
+ " typingsCache.ts" ,
22
+ " project.ts" ,
23
+ " editorServices.ts" ,
24
+ " session.ts" ,
25
+ " scriptVersionCache.ts"
26
+ ]
27
+ }
You can’t perform that action at this time.
0 commit comments