Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 7, 2023
1 parent 9e00598 commit 542c687
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-tree-shaking": "^1.10.0",
"np": "^7.6.2",
"prettier": "^2.8.0",
"rollup": "^3.5.0",
"rollup": "^3.21.5",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
Expand Down
20 changes: 13 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"declaration": true,
"declarationDir": "./dist/types/",
"downlevelIteration": true,
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["esnext", "DOM", "DOM.Iterable"],
"module": "esnext",
"target": "es2019",
"lib": ["esnext", "DOM"],
"strict": true,
"moduleResolution": "node",
"isolatedModules": true,
"esModuleInterop": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "./dist/types/"
"sourceMap": true,
"strict": true,
"target": "es2019",
"useDefineForClassFields": true
},
"include": ["src/**/*", "test/**/*"]
}

0 comments on commit 542c687

Please # to comment.