10000 Check TypeScript .d.ts files · wimpyprogrammer/strings-to-regex@74e3f7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 74e3f7c

Browse files
Check TypeScript .d.ts files
Use Node module resolution to avoid errors in Babel types per jestjs/jest#8218.
1 parent 9329ba2 commit 74e3f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"es2017.object"
1616
],
1717
"module": "es2015",
18+
"moduleResolution": "node",
1819
"noEmit": true,
1920
"noImplicitReturns": true,
2021
"noUnusedLocals": true,
2122
"noUnusedParameters": true,
2223
"pretty": true,
23-
"skipLibCheck": true,
2424
"sourceMap": true,
2525
"strict": true
2626
},

0 commit comments

Comments
 (0)
0