Skip to content

Commit bdc2d4f

Browse files
chore: update tsconfigs
1 parent ce9a5ec commit bdc2d4f

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

scripts/tsconfig.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
{
2+
"extends": "../tsconfig.build.json",
23
"compilerOptions": {
3-
"target": "ES2020",
4-
"module": "ESNext",
5-
"lib": ["esnext"],
6-
"alwaysStrict": true,
7-
"strict": true,
8-
"esModuleInterop": true,
9-
"moduleResolution": "node",
10-
"noImplicitAny": false,
11-
"noImplicitReturns": true,
12-
"noImplicitThis": true,
13-
"allowSyntheticDefaultImports": true,
14-
"resolveJsonModule": true,
15-
"forceConsistentCasingInFileNames": true,
16-
"importHelpers": false,
17-
"newLine": "LF",
18-
"noEmitOnError": true,
19-
"removeComments": true
4+
"rootDir": "."
205
},
216
"ts-node": {
22-
"esm": true
7+
"esm": true,
8+
"transpileOnly": true
239
}
2410
}

tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"module": "commonjs",
5-
"moduleResolution": "node",
5+
"moduleResolution": "node16",
66
"outDir": "../build",
77
"skipLibCheck": true,
88
"declaration": false,

0 commit comments

Comments
 (0)