fix compile errors

This commit is contained in:
rinsuki 2019-10-25 05:48:54 +09:00
parent 6f5656c729
commit 8e526c23f6
4 changed files with 18 additions and 18 deletions

View file

@ -4,7 +4,7 @@
* Tests located in test/chart
*/
import * as nestedProperty from 'nested-property';
const nestedProperty = require('nested-property');
import autobind from 'autobind-decorator';
import Logger from '../logger';
import { Schema } from '../../misc/schema';