diff --git a/tsconfig.release.json b/tsconfig.release.json new file mode 100644 index 000000000..cd8b6f596 --- /dev/null +++ b/tsconfig.release.json @@ -0,0 +1,11 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "sourceMap": false, + "declaration": true + }, + "exclude": [ + "./tests/", + "./sample/" + ] +}