1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/specs/jsr/excluded_export_module/deno.json

12 lines
238 B
JSON

{
"name": "@denotest/excluded-export-module",
"version": "0.1.0",
"exports": "./main.ts",
"publish": {
"exclude": [
"./excluded_file1.ts",
"./excluded_file2.ts",
"./not_imported_excluded_file.ts"
]
}
}