Skip to content

Commit 93148e5

Browse files
committed
Fix extension and skipLibCheck for now
1 parent 83c8c20 commit 93148e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/bootstrap-node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as path from 'path';
77
import * as fs from 'fs';
88
import { fileURLToPath } from 'url';
99
import { createRequire } from 'node:module';
10-
import type { IProductConfiguration } from './vs/base/common/product.ts';
10+
import type { IProductConfiguration } from './vs/base/common/product.js';
1111

1212
const require = createRequire(import.meta.url);
1313
const __dirname = path.dirname(fileURLToPath(import.meta.url));

src/tsconfig.tsec.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true,
5+
"skipLibCheck": true,
56
"plugins": [
67
{
78
"name": "tsec",

0 commit comments

Comments
 (0)