Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
89f3b87
1
Parent(s):
62e8997
use bundler mode
Browse files
src/core/exporters/clapWithStoryboardsToVideoFile.mts
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import { join } from "node:path"
|
2 |
|
3 |
import { ClapProject, ClapSegment } from "@aitube/clap"
|
|
|
4 |
import { concatenateVideosWithAudio } from "../ffmpeg/concatenateVideosWithAudio.mts"
|
5 |
import { writeBase64ToFile } from "../files/writeBase64ToFile.mts"
|
6 |
import { getRandomDirectory } from "../files/getRandomDirectory.mts"
|
|
|
1 |
import { join } from "node:path"
|
2 |
|
3 |
import { ClapProject, ClapSegment } from "@aitube/clap"
|
4 |
+
|
5 |
import { concatenateVideosWithAudio } from "../ffmpeg/concatenateVideosWithAudio.mts"
|
6 |
import { writeBase64ToFile } from "../files/writeBase64ToFile.mts"
|
7 |
import { getRandomDirectory } from "../files/getRandomDirectory.mts"
|
tsconfig.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"allowJs": true,
|
4 |
"esModuleInterop": true,
|
5 |
"allowSyntheticDefaultImports": true,
|
6 |
-
"
|
7 |
"noEmit": true,
|
8 |
"allowImportingTsExtensions": true,
|
9 |
"target": "es2022"
|
|
|
3 |
"allowJs": true,
|
4 |
"esModuleInterop": true,
|
5 |
"allowSyntheticDefaultImports": true,
|
6 |
+
"moduleResolution": "Bundler",
|
7 |
"noEmit": true,
|
8 |
"allowImportingTsExtensions": true,
|
9 |
"target": "es2022"
|