Skip to content

Commit c4a3862

Browse files
daniserSergey Danilchenko
and
Sergey Danilchenko
authored
feat: plugin ESM builds (#127)
* feat: plugin ESM builds * chore: clean up `dist` directory before build * chore: utilise `tsc-multi --watch` * chore: simplify tsconfig * fix: repair broken tests --------- Co-authored-by: Sergey Danilchenko <[email protected]>
1 parent 0625f93 commit c4a3862

9 files changed

+576
-75
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
preset: 'ts-jest',
55
globals: {
66
'ts-jest': {
7-
tsconfig: './tsconfig.plugins.json',
7+
tsconfig: './tsconfig.json',
88
babelConfig: './babel.config.js',
99
}
1010
},

mix.js

-1
This file was deleted.

0 commit comments

Comments
 (0)