{
  "compilerOptions": {
    "target": "ESNext",
    "lib": ["DOM", "DOM.Iterable", "ESNext"],
    "allowJs": true,
    "skipLibCheck": true,
    "esModuleInterop": false,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "noImplicitAny": false,
    "strictNullChecks": true,
    "alwaysStrict": false,
    "forceConsistentCasingInFileNames": true,
    "noUnusedLocals": false,
    "module": "ESNext",
    "moduleResolution": "Node",
    "resolveJsonModule": true,
    "sourceMap": true,
    "jsx": "react",
    "baseUrl": ".",
    "paths": {
      "easy-email-editor/*": ["./packages/easy-email-editor/src/index.tsx"],
      "easy-email-core/*": ["./packages/easy-email-core/src/index.tsx"],
      "easy-email-extensions/*": ["./packages/easy-email-extensions/src/*"],
      "easy-email-config-panel/*": ["./packages/easy-email-config-panel/src/*"]
    }
  },
  "include": ["./admin/src/email-builder/"],
  "exclude": ["node_modules"]
}
