@10ign/common-types
Advanced tools
Comparing version 1.0.9 to 1.0.12
export {}; | ||
//# sourceMappingURL=CommonTypes.js.map |
{ | ||
"name": "@10ign/common-types", | ||
"version": "1.0.9", | ||
"version": "1.0.12", | ||
"description": "Common Types", | ||
@@ -30,4 +30,4 @@ "main": "dist/CommonTypes.js", | ||
"build": "tsc", | ||
"docs": "typedoc --readme \"none\" --out docs --entryPointStrategy expand src" | ||
"docs": "typedoc" | ||
} | ||
} |
# Common Types | ||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Version) | ||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Publish?label=publish) | ||
![npm (scoped)](https://img.shields.io/npm/v/@10ign/common-types?logo=npm) | ||
![GitHub](https://img.shields.io/github/license/10ign/common-types) | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Version)](https://github.com/10ign/common-types/actions/workflows/version.yml) | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Publish?label=publish)](https://github.com/10ign/common-types/actions/workflows/publish.yml) | ||
[![npm (scoped)](https://img.shields.io/npm/v/@10ign/common-types?logo=npm)](https://www.npmjs.com/package/@10ign/common-types) | ||
[![GitHub](https://img.shields.io/github/license/10ign/common-types)](https://github.com/10ign/common-types/blob/main/LICENSE) | ||
@@ -8,0 +8,0 @@ This repository contain common TypeScript types that are used by |
@@ -7,2 +7,3 @@ { | ||
"declarationMap": true, | ||
"sourceMap": true, | ||
"outDir": "dist", | ||
@@ -12,3 +13,8 @@ "rootDir": "./src", | ||
"strict": true | ||
}, | ||
"typedocOptions": { | ||
"entryPoints": ["./src/CommonTypes.ts"], | ||
"out": "docs", | ||
"readme": "none" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7565
14
44