@@ -218,3 +218,30 @@ Some of the things to highlight include:
|
218 | 218 | * @marco-ippolito |
219 | 219 | |
220 | 220 | You can find their contact email in the [`README.md`](../../README.md#tsc-technical-steering-committee) |
| 221 | + |
| 222 | +#### Node.js Type Stripping |
| 223 | + |
| 224 | +##### Goal |
| 225 | + |
| 226 | +The goal is to raise awareness of the Node.js TypeScript Type Stripping in the JavaScript ecosystem. |
| 227 | +Some of the things to highlight include: |
| 228 | + |
| 229 | +* The benefits and limitations of the current implementation. |
| 230 | +* The `tsconfig.json` configuration options to use in combination for type checking. |
| 231 | +* Updates on the implementation advancements. |
| 232 | + |
| 233 | +#### Related Links |
| 234 | + |
| 235 | +<!-- lint disable prohibited-strings remark-lint--> |
| 236 | + |
| 237 | +* <https://github.com/nodejs/typescript> |
| 238 | +* <https://nodejs.org/api/typescript.html> |
| 239 | +* <https://nodejs.org/en/learn/typescript/run-natively> |
| 240 | +* <https://satanacchio.hashnode.dev/everything-you-need-to-know-about-nodejs-type-stripping> |
| 241 | +* <https://github.com/nodejs/amaro> |
| 242 | + |
| 243 | +<!-- lint enable prohibited-strings remark-lint--> |
| 244 | + |
| 245 | +#### Project contacts |
| 246 | + |
| 247 | +* @marco-ippolito |