mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: improve monorepo dev experience
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import Ajv, {AnySchema} from 'ajv';
|
||||
import addFormats from 'ajv-formats';
|
||||
import schema from '../schema/core.schema.json';
|
||||
import {SchemaMap} from '../schema/core.schema.js';
|
||||
import schema, {SchemaMap} from '@openstapps/core/schema.json';
|
||||
|
||||
export type RemoveNeverProperties<T> = {
|
||||
[K in Exclude<
|
||||
|
||||
Reference in New Issue
Block a user