To be able to compile, you must add this line at the top
of any of your *.d.ts
files:
/// <reference path="../node_modules/@tolokoban/ui/global.d.ts" />
or:
import "@tolokoban/ui/global.d"
This is because this library uses CSS modules and custom CSS variables.
npm run build
npm run pub