added tsdv to support es modules imports
This commit is contained in:
6
tsdv.config.ts
Normal file
6
tsdv.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from 'tsdv';
|
||||
|
||||
export default defineConfig({
|
||||
target: 'node12',
|
||||
formats: ['es', 'cjs']
|
||||
});
|
Reference in New Issue
Block a user