Skip to content

Commit

Permalink
remove npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Jan 21, 2025
1 parent 170efe7 commit 68c8dc9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 129 deletions.
25 changes: 0 additions & 25 deletions .npmignore

This file was deleted.

99 changes: 0 additions & 99 deletions lib/tools.js

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"typescript": "^5.7.2"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.check.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"exclude": [
"**/build",
"node_modules/",
"widgets/",
"gulpfile.js"
"widgets/"
]
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"noImplicitAny": false,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
"useUnknownInCatchVariables": false,

// Consider targetting es2019 or higher if you only support Node.js 12+
"target": "es2018",

"target": "es2020"
},
"include": [
"**/*.js",
"**/*.d.ts",
"eslint.config.mjs"
"eslint.config.cjs"
],
"exclude": [
"node_modules/**"
Expand Down

0 comments on commit 68c8dc9

Please sign in to comment.