Skip to content

Commit a680320

Browse files
fix: Update tsconfig to use lib ESNext which matches puya-ts repo
1 parent e608080 commit a680320

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template_content/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"moduleResolution": "Node",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
19-
"noEmit": true
19+
"noEmit": true,
20+
"lib": [
21+
"ESNext"
22+
],
2023
},
2124
"include": ["smart_contracts/**/*.ts"],
2225
"exclude": ["node_modules", "dist", "coverage"]

0 commit comments

Comments
 (0)