move stuff in here

This commit is contained in:
2022-10-05 02:35:43 -06:00
parent 5a6a6fb6c3
commit 822ffa6c94
77 changed files with 7943 additions and 0 deletions
@@ -0,0 +1,13 @@
{"compilerOptions" : {"target" : "es2022",
"strict" : true,
"esModuleInterop" : true,
"skipLibCheck" : true,
"forceConsistentCasingInFileNames" : true,
"noImplicitAny" : true,
"strictNullChecks" : true,
"strictPropertyInitialization" : true,
"sourceMap" : true,
"outDir" : "examples_dist_js"},
"$schema" : "https://json.schemastore.org/tsconfig",
"display" : "Recommended",
"include" : ["examples_src_ts/**/*"]}