Skip to content

Commit 28b4abb

Browse files
authored
Support TS/ESM config files (#738)
1 parent 5038f6d commit 28b4abb

File tree

6 files changed

+378
-116
lines changed

6 files changed

+378
-116
lines changed

package-lock.json

Lines changed: 265 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tailwindcss-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"culori": "0.20.1",
4747
"debounce": "1.2.0",
4848
"deepmerge": "4.2.2",
49-
"detective": "5.2.0",
49+
"detective-typescript": "9.0.0",
5050
"dlv": "1.1.3",
5151
"dset": "3.1.2",
5252
"enhanced-resolve-301": "0.0.1",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
export const CONFIG_GLOB = '{tailwind,tailwind.config,tailwind.*.config,tailwind.config.*}.{js,cjs}'
1+
export const CONFIG_GLOB =
2+
'{tailwind,tailwind.config,tailwind.*.config,tailwind.config.*}.{js,cjs,ts,mjs}'
23
export const PACKAGE_LOCK_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
34
export const CSS_GLOB = '*.{css,scss,sass,less,pcss}'

0 commit comments

Comments
 (0)