Skip to content

Commit 74dd68b

Browse files
committed
cleanup
1 parent 18a900f commit 74dd68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/demos-gen-overrides.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Script to move tsconfig.json's 'references' field into a 'tsconfig.override.json' file.
3+
* Breaks if tsconfig has comments. Not fixing it because this script is just for convenience.
34
*/
45

5-
import { execSync } from 'child_process';
66
import * as fs from 'fs';
77
import * as path from 'path';
88

0 commit comments

Comments
 (0)