Skip to content

Commit e648ff8

Browse files
Copilotdgreif
andcommitted
Fix build by adding skipLibCheck to tsconfig
Co-authored-by: dgreif <3026298+dgreif@users.noreply.github.com>
1 parent cc182c9 commit e648ff8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"noFallthroughCasesInSwitch": true,
99
"target": "ES2016",
1010
"module": "ESNext",
11-
"moduleResolution": "bundler",
11+
"moduleResolution": "node",
1212
"declaration": true,
1313
"declarationMap": true,
1414
"outDir": "dist/esm",
15-
"experimentalDecorators": true
15+
"experimentalDecorators": true,
16+
"skipLibCheck": true
1617
},
1718
"exclude": ["test", "dist"]
1819
}

0 commit comments

Comments
 (0)