mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
f96f167dc8
Closes #22657
12 lines
238 B
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"
|
|
]
|
|
}
|
|
}
|