format:fix
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
import config from '@openpanel/tsconfig/tsup.config.json' assert {
|
||||
type: 'json'
|
||||
}
|
||||
import config from '@openpanel/tsconfig/tsup.config.json' assert { type: 'json' };
|
||||
|
||||
export default defineConfig(config as any);
|
||||
|
||||
Reference in New Issue
Block a user