Remove node ref
This commit is contained in:
parent
eddb17689c
commit
d31c43bc09
|
@ -0,0 +1,2 @@
|
|||
*.json
|
||||
*.md
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"bracketSpacing": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 80,
|
||||
"trailingComma": "all"
|
||||
}
|
|
@ -3,8 +3,6 @@
|
|||
// This file is licensed under the MIT License.
|
||||
// License text available at https://opensource.org/licenses/MIT
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import {EventEmitter} from 'events';
|
||||
import {AnyObject, Options} from './common';
|
||||
import {DataSource} from './datasource';
|
||||
|
|
Loading…
Reference in New Issue