Basic directory analysis.
This commit is contained in:
@@ -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. */,
|
||||
|
||||
Reference in New Issue
Block a user