diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..cf0eec0 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "commonjs", + "rootDir": "./lib", + "outDir": "./dist", + "esModuleInterop": true, + "sourceMap": false + }, + "include": [ + "lib/**/*" + ], + "exclude": [ + "node_modules", + "**/*.spec.ts" + ] +} \ No newline at end of file