mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
misc: ignore some files during npm publish (#6092)
This commit is contained in:
parent
6ab4efe3a6
commit
77c93cbda6
44 changed files with 150 additions and 53 deletions
4
packages/docusaurus-utils-validation/.npmignore
Normal file
4
packages/docusaurus-utils-validation/.npmignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
copyUntypedFiles.js
|
||||
.tsbuildinfo
|
||||
tsconfig*
|
||||
__tests__
|
|
@ -3,6 +3,8 @@
|
|||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
||||
"sourceMap": true,
|
||||
"declarationMap": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "lib"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue