mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
fix: build issues
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import {defineConfig} from 'tsup';
|
||||
import {jsonSchemaPlugin} from '@openstapps/json-schema-generator';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
@@ -7,6 +6,4 @@ export default defineConfig({
|
||||
clean: true,
|
||||
format: 'esm',
|
||||
outDir: 'lib',
|
||||
external: ['./index.schema.json'],
|
||||
plugins: [jsonSchemaPlugin('index.schema.json')],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user