Skip to content

Commit

Permalink
Fix extension and skipLibCheck for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Dec 20, 2024
1 parent 83c8c20 commit 93148e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as path from 'path';
import * as fs from 'fs';
import { fileURLToPath } from 'url';
import { createRequire } from 'node:module';
import type { IProductConfiguration } from './vs/base/common/product.ts';
import type { IProductConfiguration } from './vs/base/common/product.js';

const require = createRequire(import.meta.url);
const __dirname = path.dirname(fileURLToPath(import.meta.url));
Expand Down
1 change: 1 addition & 0 deletions src/tsconfig.tsec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true,
"plugins": [
{
"name": "tsec",
Expand Down

0 comments on commit 93148e5

Please sign in to comment.