mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
chore: add TypeScript dead-code checks
This commit is contained in:
parent
46b013e32a
commit
ef3ac8ee91
25 changed files with 818 additions and 252 deletions
|
|
@ -9,7 +9,6 @@ import { runWorkspaceKtx } from './run-ktx.mjs';
|
|||
|
||||
const scriptDir = dirname(fileURLToPath(import.meta.url));
|
||||
const ktxRootDir = resolve(scriptDir, '..');
|
||||
const repoRootDir = resolve(ktxRootDir, '..');
|
||||
const defaultProjectDir = resolve(ktxRootDir, 'examples/orbit-relationship-verification');
|
||||
const defaultReportPath = resolve(
|
||||
ktxRootDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue