mirror of
https://github.com/unjs/unplugin.git
synced 2026-02-01 16:56:37 +00:00
20 lines
314 B
JSON
20 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
"types": [
|
|
"node",
|
|
"jest"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|