@trapi/metadata
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -6,6 +6,7 @@ import type { CompilerOptions } from 'typescript'; | ||
}; | ||
export type TsCompilerOptions = CompilerOptions; | ||
export type TsConfig = { | ||
compilerOptions?: CompilerOptions; | ||
compilerOptions?: TsCompilerOptions; | ||
[key: string]: any; | ||
}; | ||
//# sourceMappingURL=type.d.ts.map |
{ | ||
"name": "@trapi/metadata", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Generate REST-API metadata scheme from TypeScript Decorators.", | ||
@@ -58,3 +58,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "8efb4a96f08bea52d43022e2fff7c6c8f3e9edb7" | ||
"gitHead": "520c8f53bab866f9650eb3137fce9389ef39c95a" | ||
} |
Sorry, the diff of this file is not supported yet
383681
5171