Basic directory analysis.

This commit is contained in:
Patrick Fic
2025-11-04 15:00:44 -08:00
parent 6a1f02c3cb
commit 40b2e0fdf7
9 changed files with 148 additions and 18 deletions

View File

@@ -8,6 +8,11 @@
"resolveJsonModule": true /* Enable importing .json files */,
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
/* Emit */
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
"inlineSourceMap": false /* Include sourcemap files inside the emitted JavaScript. */,
"inlineSources": true /* Include source code in the sourcemaps inside the emitted JavaScript. */,
/* Interop Constraints */
"isolatedModules": true /* Ensure that each file can be safely transpiled without relying on other imports. */,
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */,