diff --git a/tsconfig.esm.prod.json b/tsconfig.esm.prod.json new file mode 100644 index 0000000..466cd91 --- /dev/null +++ b/tsconfig.esm.prod.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "skipLibCheck": true, // because of the error in @types/markdown-it + "sourceMap": false, + }, + "exclude": ["**/__exclude", "src/test", "src/**/*.test.*"], +}