Harmonize tsconfig for frontend and server.
This commit is contained in:
parent
894ee97fdf
commit
22bff3496a
30 changed files with 77 additions and 53 deletions
server/db
|
@ -6,7 +6,7 @@ import { config } from "../config";
|
|||
import Logger from "../logger";
|
||||
import { Database, open, Statement } from "sqlite";
|
||||
import * as sqlite3 from "sqlite3";
|
||||
import { RunResult, SqlType, TypedDatabase } from "../types";
|
||||
import type { RunResult, SqlType, TypedDatabase } from "../types";
|
||||
|
||||
const pglob = util.promisify(glob);
|
||||
const pReadFile = util.promisify(fs.readFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue