@tsconfig/deno 1.0.3 → 1.0.6
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
###
|
|
1
|
+
### A base TSConfig for working with Deno.
|
|
2
2
|
|
|
3
3
|
Add the package to your `"devDependencies"`:
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ Add to your `tsconfig.json`:
|
|
|
17
17
|
|
|
18
18
|
The `tsconfig.json`:
|
|
19
19
|
|
|
20
|
-
```
|
|
20
|
+
```jsonc
|
|
21
21
|
{
|
|
22
22
|
// This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
|
|
23
23
|
// then the defaults are removed.
|
|
@@ -34,3 +34,5 @@ The `tsconfig.json`:
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
```
|
|
37
|
+
|
|
38
|
+
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/deno.json).
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@tsconfig/deno","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Deno.","version":"1.0.
|
|
1
|
+
{"name":"@tsconfig/deno","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Deno.","keywords":["tsconfig","deno"],"version":"1.0.6"}
|