From a30f727c95d7aa01e4a05091601067367e3b795b Mon Sep 17 00:00:00 2001 From: Ethan Mick Date: Mon, 15 Sep 2025 12:33:08 -0400 Subject: initial commit --- tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..772aba5 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "target": "ES2022", + "module": "CommonJS", + "strict": true, + "outDir": "dist", + "rootDir": "src", + "moduleResolution": "node", + "types": ["node"], + "skipLibCheck": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true + }, + "include": ["src"] +} \ No newline at end of file -- cgit v1.2.3