Package Exports
- @macroforge/typescript-plugin
- @macroforge/typescript-plugin/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@macroforge/typescript-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@macroforge/typescript-plugin
Warning: This is a work in progress and probably won't work for you. Use at your own risk!
TypeScript language service plugin for macroforge compile-time macros.
Part of the macroforge project.
Installation
npm install @macroforge/typescript-pluginUsage
Add to your tsconfig.json:
{
"compilerOptions": {
"plugins": [
{ "name": "@macroforge/typescript-plugin" }
]
}
}License
MIT