mirror of
https://github.com/unjs/unplugin.git
synced 2026-01-18 16:03:09 +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"]
|
|
}
|