tscheck - in tsconfig.json

This commit is contained in:
Jan Prochazka
2020-01-06 23:02:03 +01:00
parent c886846268
commit 20a55fdd7c
10 changed files with 18 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
// @ts-check
const path = require('path');
const { fork } = require('child_process');
// @ts-ignore
const _ = require('lodash');
const nedb = require('nedb-promises');