mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
Change module resolution to "bundler"
This commit is contained in:
parent
bc1a6a72f5
commit
8f7d7802d3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { debug, info, error } from "./logging.js";
|
||||
import { debug, info, error } from "./logging";
|
||||
import { runtime, storage } from "webextension-polyfill";
|
||||
|
||||
const currentVersion = runtime.getManifest().version;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"checkJs": true,
|
||||
"moduleResolution": "nodenext"
|
||||
"moduleResolution": "bundler"
|
||||
},
|
||||
"include": ["src/", "tests/"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue