0.0.7 • Published 3 months ago

@osskit/tsconfig v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

tsconfig

Official TypeScript config used by osskit

Install

yarn add --dev @osskit/tsconfig

This config requires TypeScript 4.7 or later.

Usage

tsconfig.json

{
	"extends": "@osskit/tsconfig",
	"compilerOptions": {
      		"outDir": "dist"
	},
    	"include": ["src/**/*"]
}

When you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:

{
	"extends": "@osskit/tsconfig",
	"compilerOptions": {
      		"outDir": "dist",
      		"target": "ES2021"
	},
    	"include": ["src/**/*"]
}
0.0.7

3 months ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago