We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c8c20 commit 93148e5Copy full SHA for 93148e5
src/bootstrap-node.ts
@@ -7,7 +7,7 @@ import * as path from 'path';
7
import * as fs from 'fs';
8
import { fileURLToPath } from 'url';
9
import { createRequire } from 'node:module';
10
-import type { IProductConfiguration } from './vs/base/common/product.ts';
+import type { IProductConfiguration } from './vs/base/common/product.js';
11
12
const require = createRequire(import.meta.url);
13
const __dirname = path.dirname(fileURLToPath(import.meta.url));
src/tsconfig.tsec.json
@@ -2,6 +2,7 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"noEmit": true,
5
+ "skipLibCheck": true,
6
"plugins": [
{
"name": "tsec",
0 commit comments