fix export extensions

This commit is contained in:
Pavel Murygin 2022-09-20 15:07:29 +03:00
parent 07f19d527d
commit 1218002a7e

View File

@ -5,8 +5,8 @@
"type": "module", "type": "module",
"exports": { "exports": {
".": "./dist/index.js", ".": "./dist/index.js",
"./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3", "./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3.js",
"./compilerSupport/v3": "./dist/internal/compilerSupport/v3" "./compilerSupport/v3": "./dist/internal/compilerSupport/v3.js"
}, },
"typings": "./dist/index.d.ts", "typings": "./dist/index.d.ts",
"engines": { "engines": {