blob: 1254582ace9e0c402b502ce5da4c86e2d69f14d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
]
}
}
|