initial commit
This commit is contained in:
		
							
								
								
									
										21
									
								
								node_modules/@tsconfig/node16/LICENSE
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								node_modules/@tsconfig/node16/LICENSE
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| MIT License | ||||
|  | ||||
| Copyright (c) Microsoft Corporation. | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| in the Software without restriction, including without limitation the rights | ||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||
| copies of the Software, and to permit persons to whom the Software is | ||||
| furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
| SOFTWARE | ||||
							
								
								
									
										40
									
								
								node_modules/@tsconfig/node16/README.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								node_modules/@tsconfig/node16/README.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,40 @@ | ||||
| ### A base TSConfig for working with Node 16. | ||||
|  | ||||
| Add the package to your `"devDependencies"`: | ||||
|  | ||||
| ```sh | ||||
| npm install --save-dev @tsconfig/node16 | ||||
| yarn add --dev @tsconfig/node16 | ||||
| ``` | ||||
|  | ||||
| Add to your `tsconfig.json`: | ||||
|  | ||||
| ```json | ||||
| "extends": "@tsconfig/node16/tsconfig.json" | ||||
| ``` | ||||
|  | ||||
| --- | ||||
|  | ||||
| The `tsconfig.json`:  | ||||
|  | ||||
| ```jsonc | ||||
| { | ||||
|   "$schema": "https://json.schemastore.org/tsconfig", | ||||
|   "display": "Node 16", | ||||
|  | ||||
|   "compilerOptions": { | ||||
|     "lib": ["es2021"], | ||||
|     "module": "Node16", | ||||
|     "target": "es2021", | ||||
|  | ||||
|     "strict": true, | ||||
|     "esModuleInterop": true, | ||||
|     "skipLibCheck": true, | ||||
|     "forceConsistentCasingInFileNames": true, | ||||
|     "moduleResolution": "node" | ||||
|   } | ||||
| } | ||||
|  | ||||
| ``` | ||||
|  | ||||
| You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node16.json). | ||||
							
								
								
									
										15
									
								
								node_modules/@tsconfig/node16/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								node_modules/@tsconfig/node16/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| { | ||||
|   "name": "@tsconfig/node16", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "https://github.com/tsconfig/bases.git", | ||||
|     "directory": "bases" | ||||
|   }, | ||||
|   "license": "MIT", | ||||
|   "description": "A base TSConfig for working with Node 16.", | ||||
|   "keywords": [ | ||||
|     "tsconfig", | ||||
|     "node16" | ||||
|   ], | ||||
|   "version": "1.0.4" | ||||
| } | ||||
							
								
								
									
										16
									
								
								node_modules/@tsconfig/node16/tsconfig.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								node_modules/@tsconfig/node16/tsconfig.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| { | ||||
|   "$schema": "https://json.schemastore.org/tsconfig", | ||||
|   "display": "Node 16", | ||||
|  | ||||
|   "compilerOptions": { | ||||
|     "lib": ["es2021"], | ||||
|     "module": "Node16", | ||||
|     "target": "es2021", | ||||
|  | ||||
|     "strict": true, | ||||
|     "esModuleInterop": true, | ||||
|     "skipLibCheck": true, | ||||
|     "forceConsistentCasingInFileNames": true, | ||||
|     "moduleResolution": "node" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user