Commit 10f1a54
committed
chore: Configure TypeScript for ESM with ts-node
Introduces `tsconfig.json` to enable native ECMAScript Modules (ESM) support when running TypeScript files directly via `ts-node`. This configuration facilitates modern import/export syntax for development.
Also sets up strong compiler options including `ESNext` module resolution, `ES2020` target, `strict` mode, and `esModuleInterop` for enhanced type safety and compatibility.1 parent bfb7f0f commit 10f1a54
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments