1
0

rename bundle to sequence.js

This commit is contained in:
2024-08-15 00:44:02 +02:00
parent 0b03475f66
commit 7f54357dac
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"moduleResolution": "Node16",
"rootDir": "src",
"outDir": "build",
"outFile": "build/index.ts",
"outFile": "build/sequence.ts",
"esModuleInterop": true,
"alwaysStrict": true,
"strict": true,