Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dist/jest.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _exports: import('ts-jest/dist/types').InitialOptionsTsJest;
export = _exports;
21 changes: 21 additions & 0 deletions dist/webpack.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export const entry: string;
export namespace module {
const rules: {
test: RegExp;
use: string;
exclude: RegExp[];
}[];
}
export namespace resolve {
const extensions: string[];
}
export const mode: string;
export namespace output {
const clean: boolean;
const path: string;
const filename: string;
namespace library {
const name: string;
const type: string;
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading