mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
19 lines
300 B
JSON
19 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|