Added examples/ to tsconfig.

This commit is contained in:
David Ball 2024-07-17 18:23:16 -04:00
parent 1f5245eb43
commit 8f43e0653d

View File

@ -10,6 +10,7 @@
},
"include": [
"src/**/*",
"tests/**/*"
"tests/**/*",
"examples/**/*",
]
}