Files
Vanillae/sidekick/scratch/examples_old/tsconfig.json
T
pharpend cbb117b504 Pharpend/develop (#1)
* move stuff in here

* reorganizing because zx needs to feel special

* add base58/base64 explainer draft
2022-10-05 23:30:49 +09:00

14 lines
814 B
JSON

{"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/**/*"]}