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
ncc: Version 0.38.1
ncc: Compiling file index.js into ESM
ncc: Using [email protected] (local user-provided)
Error: [tsl] ERROR
TS5096: Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set.
at /workspaces/SBC-Device-API/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:38:1896272
at /workspaces/SBC-Device-API/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:38:396262
at _done (eval at create (/workspaces/SBC-Device-API/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:21:75523), <anonymous>:9:1)
at eval (eval at create (/workspaces/SBC-Device-API/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:21:75523), <anonymous>:34:22)
error: "ncc" exited with code 1 (SIGHUP)
While I have both "allowImportingTsExtensions": true, and noEmit: true in my tsconfig.
* replace prompt-sync with @inquirer/prompts
* apply linting and deno format fixes
* fix logger typing errors
* bump version to 2.2.0
Known Issue: ncc not compatible yet with tsconfig allowImportTsExtensions option, see: vercel/ncc#1146
Hello,
I get the following error:
While I have both
"allowImportingTsExtensions": true,
andnoEmit: true
in my tsconfig.Full config:
The text was updated successfully, but these errors were encountered: