fullstacked 0.12.1-1366 → 0.12.1-1369
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -560,7 +560,7 @@ async function getLibPath(directory) {
|
|
|
560
560
|
import path4 from "node:path";
|
|
561
561
|
import fs4 from "node:fs";
|
|
562
562
|
|
|
563
|
-
//
|
|
563
|
+
// src/tsconfig.ts
|
|
564
564
|
var compilerOptions = {
|
|
565
565
|
esModuleInterop: true,
|
|
566
566
|
module: "es2022",
|