Skip to content

Commit b85694c

Browse files
committed
remove redundant compilerOptions
1 parent 85a8336 commit b85694c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/replay/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
"rootDir": ".",
1010
"types": ["node", "jest"],
1111
"module": "esnext",
12-
"moduleResolution": "node",
1312
"noImplicitAny": true,
1413
"noEmitOnError": false,
1514
"esModuleInterop": true,
1615
"resolveJsonModule": true,
17-
"skipLibCheck": true,
1816
"target": "es5",
1917
"allowJs": true,
2018
"declaration": true,
19+
"declarationMap": true,
2120
"declarationDir": "./types",
2221
"strictNullChecks": true,
2322
"outDir": "./build/npm/dist"

0 commit comments

Comments
 (0)