feat: release json with download urls (#1140)

This commit is contained in:
Mo
2022-06-22 19:04:42 -05:00
committed by GitHub
parent 4a9471858b
commit 6fb133fb75
68 changed files with 267 additions and 279 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "../../UILib.tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"emitDeclarationOnly": true
},
"include": ["src"],
"exclude": ["dist", "node_modules"]
}