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 18a900f commit 74dd68bCopy full SHA for 74dd68b
scripts/demos-gen-overrides.ts
@@ -1,8 +1,8 @@
1
/**
2
* 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.
4
*/
5
-import { execSync } from 'child_process';
6
import * as fs from 'fs';
7
import * as path from 'path';
8
0 commit comments