Skip to content

Commit

Permalink
chore: built-in configuration default this package
Browse files Browse the repository at this point in the history
  • Loading branch information
onedionys committed Mar 25, 2024
1 parent 83657c6 commit 165e5fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// jest.config.js

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};

9 changes: 9 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
}
}

0 comments on commit 165e5fb

Please sign in to comment.