We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803c300 commit 2820d05Copy full SHA for 2820d05
packages/kit/scripts/process-declaration-files.js
@@ -1,6 +1,5 @@
1
import fs from 'node:fs';
2
import path from 'node:path';
3
-import { copy } from '../src/utils/filesystem.js';
4
import glob from 'tiny-glob/sync.js';
5
6
glob('**/*.d.ts', { cwd: 'src' }).forEach((file) => {
0 commit comments