@tripteki/typescriptjs-foundation
v1.0.5
Published
Trip Teknologi's Codebase Convention
Downloads
9
Readme
Foundation is a core for Trip Teknologi's Typescript.js Codebase.
Getting Started
Installation :
$ npm install --save-dev @tripteki/typescriptjs-foundation
How to use :
- Put this to your created or existed
tsconfig.json
file in the root of your project's directory :
{
"extends": "@tripteki/typescriptjs-foundation",
"compilerOptions": {
"module": "",
"target": "",
"baseUrl": "",
"outDir": ""
},
"include": [],
"exclude": []
}
Usage
npx tsc
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)