We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3d694 commit 9162229Copy full SHA for 9162229
2 files changed
.npmignore
package.json
@@ -6,7 +6,17 @@
6
"types": "lib/index.d.ts",
7
"author": "Jonas Kello",
8
"license": "MIT",
9
- "repository": "https://github.com/dividab/tsconfig-paths",
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/dividab/tsconfig-paths.git"
12
+ },
13
+ "files": [
14
+ "/src/**/*.{js,ts}",
15
+ "/lib/**/*.{js,ts}",
16
+ "register.js",
17
+ "CHANGELOG.md",
18
+ "!**/__tests__/**"
19
+ ],
20
"engines": {
21
"node": ">=6"
22
},
0 commit comments