Skip to content

Commit cbc4f4b

Browse files
Copilotdanmarshall
andcommitted
Fix fonts package TypeScript configuration for Node.js
Co-authored-by: danmarshall <[email protected]>
1 parent 921c481 commit cbc4f4b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fonts/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es2015",
35
"lib": [
46
"es2015"
5-
]
7+
],
8+
"skipLibCheck": true,
9+
"moduleResolution": "node"
610
},
711
"include": [
812
"gen.ts"

0 commit comments

Comments
 (0)