1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

added tsdv to support es modules imports

This commit is contained in:
Amit Genish
2022-07-31 21:42:19 +03:00
parent 14fb272710
commit e2567577ac
3 changed files with 31 additions and 8 deletions

6
tsdv.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'tsdv';
export default defineConfig({
target: 'node12',
formats: ['es', 'cjs']
});