Skip to content

Commit

Permalink
test cornerstone3D
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Oct 25, 2024
1 parent 6f368c8 commit 5203cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/converter/convertFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SourceFile, SyntaxKind } from 'ts-morph';
import { rewrite } from '../main.js';
import { ProjectUtil } from '../util/ProjectUtil.js';
import {SourceFile, SyntaxKind} from 'ts-morph';
import {rewrite} from '../main.js';
import {ProjectUtil} from '../util/ProjectUtil.js';

export function convertFile(tsConfigFilePath: string, sourceFile: SourceFile, dryRun: boolean) {
const filePath = sourceFile.getFilePath();
Expand Down
4 changes: 1 addition & 3 deletions src/test/fixtures/tsconfig-include/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
"strict": true,
"target": "es2016"
},
"include": [
"src"
]
"include": ["src"]
}

0 comments on commit 5203cd6

Please sign in to comment.