@tsconfig/deno 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@ The `tsconfig.json`:
22
22
  // This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
23
23
  // then the defaults are removed.
24
24
 
25
- "$schema": "https://json.schemastore.org/tsconfig",
25
+ "$schema": "https://www.schemastore.org/tsconfig",
26
26
 
27
27
  "compilerOptions": {
28
28
  "jsx": "react",
package/package.json CHANGED
@@ -11,5 +11,5 @@
11
11
  "tsconfig",
12
12
  "deno"
13
13
  ],
14
- "version": "1.0.10"
14
+ "version": "1.0.12"
15
15
  }
package/tsconfig.json CHANGED
@@ -2,7 +2,7 @@
2
2
  // This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
3
3
  // then the defaults are removed.
4
4
 
5
- "$schema": "https://json.schemastore.org/tsconfig",
5
+ "$schema": "https://www.schemastore.org/tsconfig",
6
6
 
7
7
  "compilerOptions": {
8
8
  "jsx": "react",