mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 04:15:26 +00:00
📎 Fix mcp deprecation warning
This commit is contained in:
parent
1c02810b83
commit
5bae6bd078
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["ES2022"],
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user