{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "paths": {
      "@revideo/2d": ["../lib"]
    }
  },
  "references": [{"path": "../lib/tsconfig.json"}],
  "include": ["**/*"]
}
