WuKongIMDocs/tsconfig.json
2023-05-21 17:37:50 +08:00

13 lines
221 B
JSON

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"]
}
},
"include": [".dumi/**/*", ".dumirc.ts"]
}