@hypernym/tsconfig
v2.6.4
Published
Hypernym's config for TypeScript.
Downloads
134
Readme
Usage
// tsconfig.json
{
"extends": "@hypernym/tsconfig"
}Custom Setup
// tsconfig.json
{
"extends": "@hypernym/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@": ["./src"],
"@/*": ["./src/*"]
}
}
}License
Developed in 🇭🇷 Croatia, © Hypernym Studio.
Released under the MIT license.
