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 89a6826 commit 3b6317eCopy full SHA for 3b6317e
1 file changed
packages/vscode-extension-ci/tsconfig.json
@@ -1,15 +1,19 @@
1
{
2
- "extends": "../../tsconfig.json",
3
"compilerOptions": {
4
- "rootDir": "./src",
5
- "outDir": "./dist",
6
- "module": "ES2022",
7
"target": "ES2022",
+ "module": "ES2022",
+ "lib": ["ES2022"],
8
"moduleResolution": "bundler",
9
- "composite": true,
+ "rootDir": "./src",
+ "outDir": "./dist",
+ "strict": true,
10
+ "esModuleInterop": true,
11
+ "skipLibCheck": true,
12
+ "forceConsistentCasingInFileNames": true,
13
"declaration": true,
14
"declarationMap": true,
- "esModuleInterop": true,
15
+ "sourceMap": true,
16
+ "resolveJsonModule": true,
17
"allowSyntheticDefaultImports": true
18
},
19
"include": ["src/**/*"],
0 commit comments