Commit 8360f54f authored by nanahira's avatar nanahira

fix

parent 6a2bd8fd
...@@ -9,6 +9,7 @@ import { ...@@ -9,6 +9,7 @@ import {
} from '../utility/transformer'; } from '../utility/transformer';
import Schema from 'schemastery'; import Schema from 'schemastery';
import { kSchema } from '../utility/kschema'; import { kSchema } from '../utility/kschema';
import 'reflect-metadata';
export function SchemaProperty(options: SchemaOptions = {}): PropertyDecorator { export function SchemaProperty(options: SchemaOptions = {}): PropertyDecorator {
return (obj, key) => { return (obj, key) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment