<!-- unable to deploy using dfx new [motoko/sveltekit] - tsconfig.json in wrong spot when using dfx 0.24.3 (and earlier). --> I tried the following: 1. dfx new hello [motoko/sveltkit] 2. cd hello 3. dfx start --clean --background 4. dfx deploy the tsconfig.json is in the project root directory. It should be in hello/src/hello_frontend/.svelte-kit/tsconfig.json ### Meta `dfx --version`: ``` 0.24.3 ``` <!-- dfx deploy Please enter the passphrase for your identity: [hidden] Decryption complete. Deploying all canisters. Creating canisters... Creating canister helloprob_backend... helloprob_backend canister created with canister id: aovwi-4maaa-aaaaa-qaagq-cai Creating canister helloprob_frontend... helloprob_frontend canister created with canister id: ahw5u-keaaa-aaaaa-qaaha-cai Building canisters... Building frontend... Error: Failed while trying to deploy canisters. Caused by: Failed to build all canisters. Caused by: Failed while trying to build all canisters. Caused by: The post-build step failed for canister 'ahw5u-keaaa-aaaaa-qaaha-cai' (helloprob_frontend) Caused by: Failed to build frontend for network 'local'. Caused by: The command 'cd "/home/ted/helloprob" && CANISTER_CANDID_PATH="/home/ted/helloprob/.dfx/local/canisters/helloprob_frontend/assetstorage.did" CANISTER_CANDID_PATH_HELLOPROB_BACKEND="/home/ted/helloprob/.dfx/local/canisters/helloprob_backend/helloprob_backend.did" CANISTER_ID="ahw5u-keaaa-aaaaa-qaaha-cai" CANISTER_ID_HELLOPROB_BACKEND="aovwi-4maaa-aaaaa-qaagq-cai" CANISTER_ID_HELLOPROB_FRONTEND="ahw5u-keaaa-aaaaa-qaaha-cai" DFX_NETWORK="local" DFX_VERSION="0.24.3" "npm" "run" "build" "--workspace" "helloprob_frontend"' failed with exit status 'exit status: 1'. Stdout: > helloprob_frontend@0.0.0 prebuild > dfx generate > helloprob_frontend@0.0.0 build > tsc && vite build error TS5083: Cannot read file '/home/ted/helloprob/src/helloprob_frontend/.svelte-kit/tsconfig.json'. Stderr: Building canisters before generate for Motoko Generating type declarations for canister helloprob_frontend: /home/ted/helloprob/src/declarations/helloprob_frontend/helloprob_frontend.did.d.ts /home/ted/helloprob/src/declarations/helloprob_frontend/helloprob_frontend.did.js /home/ted/helloprob/src/declarations/helloprob_frontend/helloprob_frontend.did Generating type declarations for canister helloprob_backend: /home/ted/helloprob/src/declarations/helloprob_backend/helloprob_backend.did.d.ts /home/ted/helloprob/src/declarations/helloprob_backend/helloprob_backend.did.js /home/ted/helloprob/src/declarations/helloprob_backend/helloprob_backend.did npm ERR! Lifecycle script `build` failed with error: npm ERR! Error: command failed npm ERR! in workspace: helloprob_frontend@0.0.0 npm ERR! at location: /home/ted/helloprob/src/helloprob_frontend ``` <log output> ``` </p> </details>