@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.8"} | ||
| {"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.","keywords":["tsconfig","node10"],"version":"1.0.9"} |
+5
-4
@@ -24,3 +24,3 @@ ### A base TSConfig for working with Node 10. | ||
| "display": "Node 10", | ||
| "compilerOptions": { | ||
@@ -30,7 +30,8 @@ "lib": ["es2018"], | ||
| "target": "es2018", | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true | ||
| "forceConsistentCasingInFileNames": true, | ||
| "moduleResolution": "node" | ||
| } | ||
@@ -41,2 +42,2 @@ } | ||
| You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node10.json). | ||
| You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node10.json). |
+4
-3
| { | ||
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "display": "Node 10", | ||
| "compilerOptions": { | ||
@@ -9,8 +9,9 @@ "lib": ["es2018"], | ||
| "target": "es2018", | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true | ||
| "forceConsistentCasingInFileNames": true, | ||
| "moduleResolution": "node" | ||
| } | ||
| } |
2392
3.73%14
7.69%41
5.13%