canonical / ds25

Canonical's design system
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Upstream TS baseurl, outdir, declarationdir to base tsconfig #12

Closed jmuzina closed 1 month ago

jmuzina commented 1 month ago

Upstreams several ts config compiler options from the base storybook tsconfig to the base tsconfig

QA

  1. bun install
  2. cd packages/ds
  3. bun run storybook
  4. See that storybook builds and runs successfully
jmuzina commented 1 month ago

Closing as not needed, when you do this the types and tsc are emitted relative to the base config, not to the consuming package