Add tsconfig.release.json

This commit is contained in:
Tony Narlock 2024-03-16 05:36:14 -05:00
parent 8d949a8b80
commit 1beaf1a29c

11
tsconfig.release.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"declaration": true
},
"exclude": [
"./tests/",
"./sample/"
]
}