You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
58
58
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
59
-
"outDir": "dist-types", /* Specify an output folder for all emitted files. */
60
-
"rootDir": "src",
59
+
"outDir": "dist", /* Specify an output folder for all emitted files. */
60
+
"rootDir": "./",
61
61
62
62
"emitDeclarationOnly": true, // Optional: Only emit declaration files without compiling JavaScript
63
63
"skipLibCheck": true, // Optional: Skips checking types of .d.ts files
@@ -77,7 +77,7 @@
77
77
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
78
78
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
0 commit comments