Skip to content

Commit 4bfd161

Browse files
authored
Fix node (#179)
1 parent f948e44 commit 4bfd161

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

render-ios-app-icon-badge/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"compilerOptions": {
33
"target": "es6",
44
"module": "commonjs",
5+
"moduleResolution": "node",
56
"lib": ["es6"],
7+
"types": ["node"],
68
"outDir": "./lib",
79
"rootDir": "./src",
810
"declaration": true,
@@ -11,5 +13,6 @@
1113
"esModuleInterop": true,
1214
"skipLibCheck": true
1315
},
16+
"include": ["src"],
1417
"exclude": ["__test__", "lib", "node_modules"]
1518
}

0 commit comments

Comments
 (0)