You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-build/gulp-core-build-typescript/src/schemas/tsc-cmd.schema.json
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,6 @@
11
11
"description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.",
12
12
"type": "string"
13
13
},
14
-
"overridePackagePath": {
15
-
"description": "The path to the typescript compiler package to use.",
16
-
"type": "string"
17
-
},
18
14
"staticMatch": {
19
15
"description": "Glob matches for files to be passed through the build",
20
16
"type": "array",
@@ -24,15 +20,6 @@
24
20
},
25
21
"minItems": 1
26
22
},
27
-
"customArgs": {
28
-
"description": "Optional list of custom args to pass to \"tsc\"",
29
-
"type": "array",
30
-
"items": {
31
-
"type": "string",
32
-
"minLength": 1
33
-
},
34
-
"minItems": 1
35
-
},
36
23
"buildDirectory": {
37
24
"description": "The directory in which the typescript compiler should be invoked.",
Copy file name to clipboardExpand all lines: core-build/gulp-core-build-typescript/src/schemas/tslint-cmd.schema.json
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,6 @@
11
11
"description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.",
12
12
"type": "string"
13
13
},
14
-
"overridePackagePath": {
15
-
"description": "The path to the typescript compiler package to use.",
16
-
"type": "string"
17
-
},
18
-
"customArgs": {
19
-
"description": "Optional list of custom args to pass to \"tslint\"",
20
-
"type": "array",
21
-
"items": {
22
-
"type": "string",
23
-
"minLength": 1
24
-
},
25
-
"minItems": 1
26
-
},
27
14
"buildDirectory": {
28
15
"description": "The directory in which tslint should be invoked.",
0 commit comments