diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..32b43bc --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "strict": true, + "outDir": "bin", + "target": "es2020", + "module": "commonjs", + "moduleResolution": "node", + "sourceMap": true, + "experimentalDecorators": true, + "pretty": true, + "noFallthroughCasesInSwitch": true, + "noImplicitReturns": true, + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true + }, + "files": [ + "index.ts" + ] +} \ No newline at end of file