Skip to content

Commit e1db3c2

Browse files
committed
wip
1 parent 50c8940 commit e1db3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tailwindcss-language-server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "ES2018",
4+
"target": "ES2022",
55
"lib": ["ES2022"],
66
"rootDir": "..",
77
"sourceMap": true,

packages/vscode-tailwindcss/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es6",
4+
"target": "ES2022",
55
"lib": ["ES2022"],
66
"rootDir": "..",
77
"sourceMap": true,

0 commit comments

Comments
 (0)