Skip to content

Commit 5c1a316

Browse files
committed
Update typescript config
1 parent 524ba19 commit 5c1a316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tailwindcss-language-service/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["src", "../../types"],
33
"compilerOptions": {
4-
"module": "NodeNext",
4+
"module": "ES2022",
55
"lib": ["ES2022"],
66
"target": "ES2022",
77
"importHelpers": true,
@@ -13,7 +13,7 @@
1313
"noUnusedParameters": false,
1414
"noImplicitReturns": true,
1515
"noFallthroughCasesInSwitch": true,
16-
"moduleResolution": "NodeNext",
16+
"moduleResolution": "Bundler",
1717
"skipLibCheck": true,
1818
"jsx": "react",
1919
"esModuleInterop": true

0 commit comments

Comments
 (0)