Inline repo
This commit is contained in:
@ -17,6 +17,9 @@ export function dts({
|
||||
const entry: EntryPointConfig = {
|
||||
filePath: source,
|
||||
failOnClass: false,
|
||||
libraries: {
|
||||
importedLibraries: ['eslint-define-config'],
|
||||
},
|
||||
output: {
|
||||
inlineDeclareExternals: false,
|
||||
inlineDeclareGlobals: false,
|
||||
@ -29,7 +32,7 @@ export function dts({
|
||||
|
||||
const generatedDts = generateDtsBundle([entry], {
|
||||
preferredConfigPath: project,
|
||||
followSymlinks: true,
|
||||
followSymlinks: false,
|
||||
});
|
||||
|
||||
ts.sys.writeFile(dist, generatedDts[0]);
|
||||
|
Reference in New Issue
Block a user