mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ESNext"],
|
|
"isolatedDeclarations": false
|
|
},
|
|
"include": ["**/*", ".**/*", "../src/globals.d.ts"]
|
|
}
|