{"library":"razzle-plugin-typescript","install":[{"cmd":"npm install razzle-plugin-typescript","imports":["module.exports = {\n  plugins: ['typescript'],\n};","module.exports = {\n  plugins: [\n    {\n      name: 'typescript',\n      options: {\n        useBabel: true, // Example: Enable Babel processing for TS files\n        tsLoader: { transpileOnly: false }\n      },\n    },\n  ],\n};","import type { WebpackOptions } from 'webpack';"]},{"cmd":"yarn add razzle-plugin-typescript","imports":[]},{"cmd":"pnpm add razzle-plugin-typescript","imports":[]}]}