All Projects → sindresorhus → Tsconfig

sindresorhus / Tsconfig

Licence: mit
Shared TypeScript config for my projects

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Tsconfig

Electron Store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
Stars: ✭ 3,316 (+2171.23%)
Mutual labels:  config, npm-package
Conf
Simple config handling for your app or module
Stars: ✭ 707 (+384.25%)
Mutual labels:  config, npm-package
Ngx Config
Configuration utility for Angular
Stars: ✭ 135 (-7.53%)
Mutual labels:  config, npm-package
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (-6.16%)
Mutual labels:  config
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (-6.16%)
Mutual labels:  config
Alfred Vscode
Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files
Stars: ✭ 141 (-3.42%)
Mutual labels:  npm-package
Aws Lambda Libreoffice
85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli
Stars: ✭ 145 (-0.68%)
Mutual labels:  npm-package
Handlebars Webpack Plugin
Renders your html-template at build time
Stars: ✭ 135 (-7.53%)
Mutual labels:  npm-package
Ngx Cache
Cache utility for Angular
Stars: ✭ 144 (-1.37%)
Mutual labels:  npm-package
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+1249.32%)
Mutual labels:  npm-package
Mdme
Self-rendering Markdown content
Stars: ✭ 140 (-4.11%)
Mutual labels:  npm-package
Cfgdiff
diff(1) all your configs
Stars: ✭ 138 (-5.48%)
Mutual labels:  config
Csv Writer
Convert objects/arrays into a CSV string or write them into a CSV file
Stars: ✭ 140 (-4.11%)
Mutual labels:  npm-package
Node Convict
Featureful configuration management library for Node.js
Stars: ✭ 1,855 (+1170.55%)
Mutual labels:  config
React Bnb Gallery
Simple react-based photo gallery inspired by Airbnb image gallery.
Stars: ✭ 145 (-0.68%)
Mutual labels:  npm-package
To Milliseconds
Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`
Stars: ✭ 136 (-6.85%)
Mutual labels:  npm-package
Config
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
Stars: ✭ 1,821 (+1147.26%)
Mutual labels:  config
Create React Component Folder
Creates react component folder structure
Stars: ✭ 139 (-4.79%)
Mutual labels:  npm-package
Defer.js
🥇 A super small, super efficient library that helps you lazy load everything like images, video, audio, iframe as well as stylesheets, and JavaScript.
Stars: ✭ 138 (-5.48%)
Mutual labels:  npm-package
Dotfiles
Config for vim sublime awesome xmonad etc.
Stars: ✭ 140 (-4.11%)
Mutual labels:  config

tsconfig

Shared TypeScript config for my projects

Install

$ npm install --save-dev @sindresorhus/tsconfig

Usage

tsconfig.json

{
	"extends": "@sindresorhus/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "es2018",
		"lib": [
			"es2018"
		]
	}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].