diff --git a/.npmignore b/.npmignore index a2b5ba8..2eeff84 100644 --- a/.npmignore +++ b/.npmignore @@ -5,10 +5,12 @@ node_modules src tests .editorconfig -.estlintcache -.estlintignore -.estlintrc.js +.eslintcache +.eslintignore +.eslintrc.js .prettierrc.js CHANGELOG.md commitlint.config.js REFERENCE.md +*.tsbuildinfo +tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index e8c48e1..59eac96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2020", - "sourceMap": true, "outDir": "./lib", "baseUrl": "./", "incremental": true,