1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-20 14:24:48 -05:00
denoland-deno/tests/testdata/npm/registry/@denotest/css-export/1.0.0/package.json
David Sherret fee4943f76
fix(node): resolve .css files in npm packages when type checking (#22804)
When type checking, we should just resolve css files in npm packages and
not surface a type checking error on the specifier.
2024-03-08 14:14:28 -05:00

9 lines
No EOL
148 B
JSON

{
"name": "@denotest/css-export",
"version": "1.0.0",
"type": "module",
"exports": {
".": "./index.js",
"./dist/*": "./dist/*"
}
}