unplugin/docs/tsconfig.json
2024-12-03 17:25:21 +08:00

9 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"isolatedDeclarations": false
},
"include": ["**/*", ".**/*", "../src/globals.d.ts"]
}