Skip to content

Commit 931a83d

Browse files
committed
Simplify tsconfig.webview.json
1 parent e4f8a53 commit 931a83d

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

tsconfig.webview.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2020",
4-
"lib": ["DOM", "es2020"],
5-
"strict": true,
6-
7-
"rootDir": ".",
8-
"outDir": "out",
9-
10-
"sourceMap": true
11-
},
12-
"include": ["./media/flatFileExplorer.ts", "./src/messages.ts"],
13-
"exclude": ["./src/**/*.ts"]
3+
"target": "ES2020",
4+
"module": "ESNext",
5+
"lib": ["DOM", "ES2020"],
6+
"strict": true
7+
}
148
}

0 commit comments

Comments
 (0)