Add TypeScript examples for chapters 10 and 11 (#311)

This commit is contained in:
Igor Moraes
2025-05-01 20:22:19 -03:00
committed by GitHub
parent a9d98d826a
commit 182947e5fb
4 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"lib": [
"dom",
"es2015",
"es2016",
"es2017"
],
"target": "es2015"
}
}