1
resposta

[Dúvida] Erro no packed.json

O tsconfig.json sai com typescript.

Insira aqui a descrição dessa imagem para ajudar na acessibilidade

packed.json

{
  "name": "typescript-curso-1-arquivos-iniciais",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "typescript": "^4.2.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile":"tsc"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}

packed.lock.json

{
  "name": "typescript-curso-1-arquivos-iniciais",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "devDependencies": {
        "typescript": "^4.2.2"
      }
    },
    "node_modules/typescript": {
      "version": "4.2.2",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz",
      "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==",
      "dev": true,
      "bin": {
        "tsc": "bin/tsc",
        "tsserver": "bin/tsserver"
      },
      "engines": {
        "node": ">=4.2.0"
      }
    }
  }
}
1 resposta

Compartilha o projeto como um todo,por favor