@@ -67,10 +67,6 @@ node --watch ./bootstrap.mjs
|
67 | 67 | |
68 | 68 | For transform mode, swap `amaro/strip` with `amaro/transform` and run Node with `--enable-source-maps`. |
69 | 69 | |
70 | | -#### Type stripping in dependencies |
71 | | - |
72 | | -Contrary to the Node.js [TypeScript support](https://nodejs.org/docs/latest/api/typescript.html#type-stripping-in-dependencies), when used as a loader, Amaro handles TypeScript files inside folders under a `node_modules` path. |
73 | | - |
74 | 70 | ### Monorepo usage |
75 | 71 | |
76 | 72 | Amaro makes working in monorepos smoother by removing the need to rebuild internal packages during development. When used with the [`--conditions`](https://nodejs.org/docs/latest/api/cli.html#-c-condition---conditionscondition) flag, you can reference TypeScript source files directly in exports: |
|