0.3.2 • Published 5 years ago
@necro-fantasia/tsconfig v0.3.2
@necro-fantasia/tsconfig
A TypeScript Config for Necro Fantasia packages.
Install
# Using npm
npm install @necro-fantasia/tsconfig --save-dev
# Using yarn
yarn add @necro-fantasia/tsconfig --dev
Usage
Add the necessary packages for this configuration:
# Using npm
npm install typescript --save-dev
# Using yarn
yarn add typescript --dev
Then, add this to your tsconfig.json
file:
{
// Base
"extends": "@necro-fantasia/tsconfig/base",
// Testing
"extends": "@necro-fantasia/tsconfig/testing"
}
License
This project is licensed under the MIT license. Please see the license file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.