diff options
| author | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
|---|---|---|
| committer | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
| commit | a30f727c95d7aa01e4a05091601067367e3b795b (patch) | |
| tree | 663c309997058b4e54ac08e3f5e6b26cc31f6d5a /tsconfig.json | |
initial commit
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..772aba5 --- /dev/null +++ b/tsconfig.json | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | { | ||
| 2 | "compilerOptions": { | ||
| 3 | "target": "ES2022", | ||
| 4 | "module": "CommonJS", | ||
| 5 | "strict": true, | ||
| 6 | "outDir": "dist", | ||
| 7 | "rootDir": "src", | ||
| 8 | "moduleResolution": "node", | ||
| 9 | "types": ["node"], | ||
| 10 | "skipLibCheck": true, | ||
| 11 | "esModuleInterop": true, | ||
| 12 | "allowSyntheticDefaultImports": true | ||
| 13 | }, | ||
| 14 | "include": ["src"] | ||
| 15 | } \ No newline at end of file | ||
