mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
feat: improved plugin structure
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"DOM"
|
||||
],
|
||||
"target": "ES2022",
|
||||
"module": "ESNext"
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user