microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ff84ca4f2e3e0089d8b11d5dbcb9057f28ee4f38

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/playground/package.json

14lines · modepreview

{
  "name": "qsharp-playground",
  "version": "0.0.0",
  "type": "module",
  "description": "Web playground for the qsharp compiler",
  "private": true,
  "license": "MIT",
  "scripts": {
    "build": "npm run tsc:check && node build.js",
    "tsc:check": "node ../../node_modules/typescript/bin/tsc -p ./src/tsconfig.json",
    "tsc:watch": "node ../../node_modules/typescript/bin/tsc -p ./src/tsconfig.json --watch --preserveWatchOutput",
    "start": "node build.js --serve"
  }
}