Skip to content

Commit 69a4315

Browse files
committed
Use preset, remove flags defined by preset
1 parent 8325ec0 commit 69a4315

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
2+
"extends": "@tsconfig/node18/tsconfig.json",
3+
24
"compilerOptions": {
3-
"target": "ES2020",
45
"allowSyntheticDefaultImports": true,
56
"sourceMap": true,
67
"allowJs": true,
78
"resolveJsonModule": true,
8-
"skipLibCheck": true,
9-
"module": "commonjs",
109
"rootDir": "./",
1110
"declaration": true,
1211
"outDir": "./dist",
13-
"esModuleInterop": true,
14-
"strict": true,
1512
"typeRoots": [
1613
"node_modules/@types"
1714
]
@@ -23,4 +20,4 @@
2320
"node_modules",
2421
"src/**/*.test.*/*"
2522
]
26-
}
23+
}

0 commit comments

Comments
 (0)