index types

This commit is contained in:
Fabian Chong
2020-09-05 16:45:25 +08:00
parent 4f17235926
commit 0499c27fec
+1 -1
View File
@@ -120,7 +120,7 @@ export const makeConfigs = async (
configs.push({
input: typesInput,
output: {
file: 'dist-types/index.d.ts',
file: 'dist/index.d.ts',
format: 'es',
},
plugins: [dts()],