This is a package template for kernel-mod. This includes the following features:
- Webpack building (powered by esBuild)
- Asar packing via
pnpm run pack
- Installing type definitions.
-> Use/// <reference path="../../types/TYPE.d.ts" />
to load them.
pnpm run pack
/// <reference path="../../types/TYPE.d.ts" />
to load them.