fix json schema

This commit is contained in:
Niels Lyngsø
2024-09-15 20:50:43 +02:00
parent c69f30c3c8
commit 9e5030ef86
8 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
import { writeFileSync } from 'fs';
import { format, resolveConfig } from 'prettier';
import { createImportMap } from '../importmap/index.js';
const tsPath = './src/all-packages.ts';
const tsPath = './src/json-schema/all-packages.ts';
const importmap = createImportMap({
rootDir: './src',