typesafeconfig
Version:
TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.
30 lines (29 loc) • 770 B
JSON
{
"name": "typesafeconfig",
"version": "4.3.0",
"description": "TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.",
"main": "tsconfig.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shian15810/typesafeconfig.git"
},
"keywords": [
"type",
"safe",
"config",
"typescript",
"base",
"configuration",
"tsconfig",
"extends"
],
"author": "Chuah Chee Shian <shian15810@gmail.com> (https://github.com/shian15810)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shian15810/typesafeconfig/issues"
},
"homepage": "https://github.com/shian15810/typesafeconfig#readme"
}