Type-stripping in Node was unflagged in version 22.x.x, which means we can get rid of these warnings when building the project
➜ api git:(effect) ✗ npm run build
> api.analogstudios.net@0.3.1 build
> node --env-file=.env --import @greenwood/cli/register --experimental-strip-types ./node_modules/@greenwood/cli/src/index.js build
(node:67650) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:67650) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Type-stripping in Node was unflagged in version 22.x.x, which means we can get rid of these warnings when building the project