mirror of
https://github.com/unjs/unplugin.git
synced 2026-01-18 16:03:09 +00:00
* chore(deps): update all non-major dependencies * fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
27 lines
450 B
JSON
27 lines
450 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"paths": {
|
|
"unplugin": [
|
|
"./src/index.ts"
|
|
]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"strict": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test",
|
|
"docs/.vitepress/**/*"
|
|
]
|
|
}
|