mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-04 08:08:00 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@@/*": [".dumi/tmp/*"]
|
|
}
|
|
},
|
|
"include": [".dumi/**/*", ".dumirc.ts"]
|
|
}
|