feat: init
This commit is contained in:
16
node_modules/@nuxt/schema/dist/_chunks/libs/esbuild-loader.d.mts
generated
vendored
Normal file
16
node_modules/@nuxt/schema/dist/_chunks/libs/esbuild-loader.d.mts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { G as TransformOptions, K as transform } from "./@vitejs/plugin-vue-jsx.mjs";
|
||||
|
||||
//#region ../../node_modules/.pnpm/esbuild-loader@4.4.2_webpack@5.104.1_esbuild@0.27.3_/node_modules/esbuild-loader/dist/index.d.cts
|
||||
type Implementation = {
|
||||
transform: typeof transform;
|
||||
};
|
||||
type Except<ObjectType, Properties> = { [Key in keyof ObjectType as (Key extends Properties ? never : Key)]: ObjectType[Key] };
|
||||
type LoaderOptions = Except<TransformOptions, 'sourcemap' | 'sourcefile'> & {
|
||||
/** Pass a custom esbuild implementation */implementation?: Implementation;
|
||||
/**
|
||||
* Path to tsconfig.json file
|
||||
*/
|
||||
tsconfig?: string;
|
||||
};
|
||||
//#endregion
|
||||
export { LoaderOptions as t };
|
||||
Reference in New Issue
Block a user