Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing package.json file #1

Open
brikou opened this issue Aug 24, 2018 · 2 comments
Open

missing package.json file #1

brikou opened this issue Aug 24, 2018 · 2 comments

Comments

@brikou
Copy link

brikou commented Aug 24, 2018

there a lock file but no package.json file, can you please commit it :) thanx

@DataTables
Copy link

For anyone else looking for a package.json file - here is a simple one to let the project compile for playing around with reference paths:

{
  "name": "project-references-demo-master",
  "version": "1.0.0",
  "description": "The structure of this repo is as follows:",
  "main": "gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "typescript": "^3.3.3"
  }
}

@JKAnderson409
Copy link

Here is another boilerplate for project references if anyone would like a setup that offers a package.json and scripts to get up and running.

https://github.com/JKAnderson409/typescript-fullstack-boilerplate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants