File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "noImplicitThis" : true ,
54 "removeComments" : true ,
6- "preserveConstEnums" : true ,
7- "pretty" : true ,
85 "outFile" : " ../../built/local/tsc.js" ,
9- "sourceMap" : true ,
106 "declaration" : true ,
11- "stripInternal" : true ,
12- "target" : " es5" ,
13- "noUnusedLocals" : true ,
14- "noUnusedParameters" : true ,
157 "types" : [ ]
168 },
179 "files" : [
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "pretty" : true ,
54 "removeComments" : false ,
6- "preserveConstEnums" : true ,
75 "outFile" : " ../../built/local/run.js" ,
8- "sourceMap" : true ,
96 "declaration" : false ,
10- "stripInternal" : true ,
117 "types" : [
128 " node" , " mocha" , " chai"
13- ],
14- "target" : " es5" ,
15- "noUnusedLocals" : true ,
16- "noUnusedParameters" : true
9+ ]
1710 },
1811 "files" : [
1912 " ../compiler/core.ts" ,
8578 " ../services/codefixes/importFixes.ts" ,
8679 " ../services/codefixes/unusedIdentifierFixes.ts" ,
8780 " ../services/harness.ts" ,
88-
81+
8982 " sourceMapRecorder.ts" ,
9083 " harnessLanguageService.ts" ,
9184 " fourslash.ts" ,
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "noImplicitThis" : true ,
54 "removeComments" : true ,
6- "preserveConstEnums" : true ,
7- "pretty" : true ,
85 "module" : " commonjs" ,
9- "sourceMap" : true ,
10- "stripInternal" : true ,
116 "types" : [
127 " node"
13- ],
14- "target" : " es5" ,
15- "noUnusedLocals" : true ,
16- "noUnusedParameters" : true
8+ ]
179 },
1810 "files" : [
1911 " cancellationToken.ts"
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "noImplicitThis" : true ,
54 "removeComments" : true ,
6- "preserveConstEnums" : true ,
7- "pretty" : true ,
85 "outFile" : " ../../built/local/tsserver.js" ,
9- "sourceMap" : true ,
10- "stripInternal" : true ,
116 "types" : [
127 " node"
13- ],
14- "target" : " es5" ,
15- "noUnusedLocals" : true ,
16- "noUnusedParameters" : true
8+ ]
179 },
1810 "files" : [
1911 " ../services/shims.ts" ,
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "noImplicitThis" : true ,
54 "removeComments" : true ,
6- "preserveConstEnums" : true ,
7- "pretty" : true ,
85 "outFile" : " ../../../built/local/typingsInstaller.js" ,
9- "sourceMap" : true ,
10- "stripInternal" : true ,
116 "types" : [
127 " node"
13- ],
14- "target" : " es5" ,
15- "noUnusedLocals" : true ,
16- "noUnusedParameters" : true
8+ ]
179 },
1810 "files" : [
1911 " ../types.ts" ,
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig-base" ,
23 "compilerOptions" : {
3- "noImplicitAny" : true ,
4- "noImplicitThis" : true ,
54 "removeComments" : false ,
6- "preserveConstEnums" : true ,
7- "pretty" : true ,
85 "outFile" : " ../../built/local/typescriptServices.js" ,
9- "sourceMap" : true ,
10- "stripInternal" : true ,
116 "noResolve" : false ,
127 "declaration" : true ,
13- "target" : " es5" ,
14- "noUnusedLocals" : true ,
15- "noUnusedParameters" : true ,
168 "types" : []
179 },
1810 "files" : [
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "lib" : [" es5" ],
4+ "noImplicitAny" : true ,
5+ "noImplicitThis" : true ,
6+ "noUnusedLocals" : true ,
7+ "noUnusedParameters" : true ,
8+ "pretty" : true ,
9+ "preserveConstEnums" : true ,
10+ "stripInternal" : true ,
11+ "sourceMap" : true ,
12+ "target" : " es5"
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments