mirror of
https://git.lucida.su/lucida/verdana.git
synced 2026-07-26 22:42:20 +00:00
fix tests maybe
This commit is contained in:
parent
157b807d9b
commit
16ca60ada0
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Lucida, { LucidaOptions } from 'lucida'
|
||||
import { GetByUrlResponse, Streamer } from 'lucida/types'
|
||||
import Lucida, { LucidaOptions } from './index.js'
|
||||
import { GetByUrlResponse, Streamer } from './types.js'
|
||||
|
||||
import fs from 'node:fs'
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
/* Modules */
|
||||
"module": "node16" /* Specify what module code is generated. */,
|
||||
// "rootDir": "./", /* Specify the root folder within your source files. */
|
||||
"rootDir": "./" /* Specify the root folder within your source files. */,
|
||||
"moduleResolution": "node16" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
||||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
||||
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue