@tsconfig/node10
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"name":"@tsconfig/node10","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 10.","version":"1.0.4"} | ||
| {"name":"@tsconfig/node10","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 10.","version":"1.0.5"} |
+24
-1
@@ -1,2 +0,2 @@ | ||
| ### A base TSConfig for working with Node 10. | ||
| ### [display_title]. | ||
@@ -15,1 +15,24 @@ Add the package to your `"devDependencies"`: | ||
| ``` | ||
| --- | ||
| The `tsconfig.json`: | ||
| ```json | ||
| { | ||
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "display": "Node 10", | ||
| "compilerOptions": { | ||
| "lib": ["es2018"], | ||
| "module": "commonjs", | ||
| "target": "es2018", | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true | ||
| } | ||
| } | ||
| ``` |
2189
17.69%38
153.33%