Derrick Hammer
f3920365cc
fix: outDir should not be an array and needs to be under compilerOptions
2023-06-30 04:35:37 -04:00
Derrick Hammer
f1d13d00f1
fix: buildSource needs to be src
2023-06-30 04:12:23 -04:00
Derrick Hammer
ab3c7bada2
refactor: change source to build, and add new buildSource var. Add tsconfig.build overrides
2023-06-30 03:45:26 -04:00
Derrick Hammer
0d2816fb8e
refactor: do not use a TS rollup plugin, but instead call tsc directly first
2023-06-30 01:11:55 -04:00
Alvis HT Tang
bc498596b8
feat: convert the whole project into ESM
...
BREAKING CHANGE:
- by default, client project emit ESM and for clarity preset-essentials has been renamed to preset-esm
- ts-node is removed in favor of a more powerful and less buggy tsx
2023-06-08 10:50:25 +01:00
Alvis HT Tang
5bb53481b0
feat(types): separate types from presetter
2023-06-05 13:55:42 +01:00
Alvis HT Tang
57578e9398
style: make any node build-in modules explicitly imported first
2023-05-21 10:47:56 +08:00
Alvis HT Tang
21f28a21d2
refactor(rollup): remove unnecessary async waits
2022-09-23 13:50:33 +01:00
Alvis HT Tang
93a1ed2b0d
refactor(presetter): remove dependency on fs-extra
2022-09-23 13:18:11 +01:00
Alvis HT Tang
bfd08357a2
chore: update package dependencies
2022-05-16 21:32:36 +01:00
Alvis HT Tang
dfebcbe9a5
feat(preset-rollup): provide a preset for code bundling via rollup
2021-09-30 11:13:13 +01:00