2.0.1 • Published 5 years ago
tsc-env v2.0.1
Type Script Development Environment
Sample package.json
{
"name": "Project name ",
"version": "1.0.0",
"description": "Describe your project",
"main": "src/index.ts",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha ./test/*",
"start": "nodemon src/index.ts"
},
"devDependencies": {
"tsc-env": "2.0.3"
}
}
Get a ts-configuration file
tsc --init
OR
node node_modules/tsc-env/get.js
This comamnd will create the tsconfig.json inside your project directory.