diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..ccaad49 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "es2022", + "module": "NodeNext", + "moduleResolution": "NodeNext", + "esModuleInterop": true, + "strict": true, + "outDir": "dist", + "declaration": true, + "sourceMap": true, + "skipLibCheck": true + }, + "include": ["src/**/*"] +} \ No newline at end of file