mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-06 01:06:59 +00:00
chore: fix moduleResolution
This commit is contained in:
3
.github/workflows/jest.yml
vendored
3
.github/workflows/jest.yml
vendored
@@ -12,8 +12,5 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Build Typescript files
|
||||
run: yarn build
|
||||
|
||||
- name: Run Jest
|
||||
run: yarn test
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"declaration": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "**/__tests__/*"]
|
||||
|
||||
Reference in New Issue
Block a user