boba-js icon indicating copy to clipboard operation
boba-js copied to clipboard

build script fails

Open paganaye opened this issue 3 years ago • 0 comments

the npm build task runs tsc. tsc complains it can't find nothing to compile (no tsconfig)

$ npm run build

> @ build C:\Users\Pascal\code\boba-js
> tsc

Version 3.8.3
Syntax:   tsc [options] [file...]

Examples: tsc hello.ts
          tsc --outFile file.js file.ts
          tsc @args.txt
          tsc --build tsconfig.json

paganaye avatar Oct 28 '20 17:10 paganaye