UNPKG

tcl-js

Version:

tcl-js is a tcl intepreter written completely in Typescript. It is meant to replicate the tcl-sh interpreter as closely as possible.

9 lines (8 loc) 200 B
{ "sourceMap": true, "instument": true, "reporter": ["text-summary", "lcov", "json"], "temp-directory": "./coverage/.nyc_output", "extension": ["ts"], "exclude": ["dist/math/", "test/"] }