diff options
author | 2021-11-03 10:03:18 -0400 | |
---|---|---|
committer | 2021-11-03 10:03:18 -0400 | |
commit | 0a9dfa01fbcb920f299d06374babc07127e84d9b (patch) | |
tree | eb4f5b2af1377e7a3f22dc432c7eb3b137ca573e | |
parent | 93445003762fc4cbf172ad5786826199ee20dc40 (diff) | |
download | astro-0a9dfa01fbcb920f299d06374babc07127e84d9b.tar.gz astro-0a9dfa01fbcb920f299d06374babc07127e84d9b.tar.zst astro-0a9dfa01fbcb920f299d06374babc07127e84d9b.zip |
restore astro typings (#1733)
-rw-r--r-- | packages/astro/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 2d6cf0c63..668178ea0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -4,6 +4,7 @@ "author": "Skypack", "license": "MIT", "type": "module", + "types": "./dist/types/@types/astro-core.d.ts", "repository": { "type": "git", "url": "https://github.com/snowpackjs/astro.git", |