update solid-devtools

This commit is contained in:
thislight 2025-01-04 17:36:01 +08:00
parent d04731e64c
commit 5945f07ce8
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
4 changed files with 8 additions and 9 deletions

View file

@ -2,8 +2,8 @@
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "node",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noEmit": true,