mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
13 lines
390 B
Diff
13 lines
390 B
Diff
diff --git a/package.json b/package.json
|
|
index 826e347ec40c413f99289c8069810702d79d2573..4419e5f77483599d2e6d4975415ac3b98e77215c 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -20,6 +20,7 @@
|
|
"types": "lib/scss-syntax.d.ts",
|
|
"exports": {
|
|
".": {
|
|
+ "types": "./lib/scss-syntax.d.ts",
|
|
"require": "./lib/scss-syntax.js",
|
|
"import": "./lib/scss-syntax.mjs"
|
|
},
|