We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5f26e commit e72ba6eCopy full SHA for e72ba6e
packages/replay/tsconfig.json
@@ -9,15 +9,14 @@
9
"rootDir": ".",
10
"types": ["node", "jest"],
11
"module": "esnext",
12
- "moduleResolution": "node",
13
"noImplicitAny": true,
14
"noEmitOnError": false,
15
"esModuleInterop": true,
16
"resolveJsonModule": true,
17
- "skipLibCheck": true,
18
"target": "es5",
19
"allowJs": true,
20
"declaration": true,
+ "declarationMap": true,
21
"declarationDir": "./types",
22
"strictNullChecks": true,
23
"outDir": "./build/npm/dist"
0 commit comments