misc: ignore some files during npm publish (#6092)

This commit is contained in:
Joshua Chen 2021-12-17 18:38:26 +08:00 committed by GitHub
parent 6ab4efe3a6
commit 77c93cbda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 150 additions and 53 deletions

View file

@ -0,0 +1,4 @@
copyUntypedFiles.js
.tsbuildinfo
tsconfig*
__tests__

View file

@ -3,6 +3,8 @@
"compilerOptions": {
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
"sourceMap": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "lib"
}