@tsconfig/deno 1.0.9 → 1.0.10

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
@@ -23,7 +23,6 @@ The `tsconfig.json`:
23
23
  // then the defaults are removed.
24
24
 
25
25
  "$schema": "https://json.schemastore.org/tsconfig",
26
- "display": "Deno",
27
26
 
28
27
  "compilerOptions": {
29
28
  "jsx": "react",
package/package.json CHANGED
@@ -11,5 +11,5 @@
11
11
  "tsconfig",
12
12
  "deno"
13
13
  ],
14
- "version": "1.0.9"
14
+ "version": "1.0.10"
15
15
  }
package/tsconfig.json CHANGED
@@ -3,7 +3,6 @@
3
3
  // then the defaults are removed.
4
4
 
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
- "display": "Deno",
7
6
 
8
7
  "compilerOptions": {
9
8
  "jsx": "react",