{ "compilerOptions": { "strict": true, "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "jsx": "react", "baseUrl": "./", "paths": { "@@/*": [".dumi/tmp/*"], "@zhst/*": ["src/*", "*"] } }, "include": [".dumirc.ts", "src/**/*", "packages/**/*"] }