build(iframe-bridge): update module imports and tsconfig for NodeNext

This commit is contained in:
2025-11-15 01:23:40 +08:00
parent b75a4e4564
commit 32c77d9f8e
5 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
{
"extends": "../../tsconfig.node.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"verbatimModuleSyntax": false,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "./dist/.tsbuildinfo",