tsconfig.json 466 Bytes
{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "moduleResolution": "node",
    "strict": true,
    "declaration": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "jsx": "react",
    "baseUrl": "./",
    "paths": {
      "@@/*": [".dumi/tmp/*"],
      "@qx/common": ["src"],
      "@qx/common/*": ["src/*", "*"],
      "@qx/*": ["./*/"]
    }
  },
  "include": [".dumi/**/*", ".dumirc.ts", "src/**/*", "typings.d.ts"]
}