0.4.10 β€’ Published 1 month ago

typescript-esbuild v0.4.10

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 month ago

πŸŒ€β€€TypeScriptESBuild

Build all your TypeScript files into JavaScript.

Installation

Add configuration and setup scripts:

npm install -D -E typescript-esbuild

Usage

Through a command line run:

npx typescript-esbuild 'Source/**/*.ts'

or in a package.json file:

{
	"scripts": {
		"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
	}
}

ESBuild Configuration

Or with a custom ESBuild config file:

package.json

{
	"scripts": {
		"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
	}
}

See an example of a configuration file in ESBuild.ts

TypeScript Configuration

tsconfig.json

{
	"compilerOptions": {
		"outDir": "Target"
	},
	"extends": "typescript-esbuild/Target/Notation/TypeScript",
	"include": ["Source"]
}
0.4.10

1 month ago

0.4.9

1 month ago

0.4.8

1 month ago

0.4.7

1 month ago

0.4.6

1 month ago

0.4.5

2 months ago

0.4.4

2 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.4.1

2 months ago

0.4.0

2 months ago

0.3.12

2 months ago

0.3.11

2 months ago

0.3.10

2 months ago

0.3.9

3 months ago

0.3.8

3 months ago

0.3.7

3 months ago

0.3.6

4 months ago

0.3.5

4 months ago

0.3.4

4 months ago

0.3.3

5 months ago

0.3.2

5 months ago

0.2.26

7 months ago

0.2.25

7 months ago

0.2.24

7 months ago

0.2.23

7 months ago

0.2.22

7 months ago

0.2.21

7 months ago

0.2.20

7 months ago

0.2.19

7 months ago

0.2.18

7 months ago

0.2.17

7 months ago

0.3.0

7 months ago

0.3.1

7 months ago

0.2.16

7 months ago

0.2.15

7 months ago

0.2.14

7 months ago

0.2.13

7 months ago

0.2.12

7 months ago

0.2.11

7 months ago

0.2.10

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

9 months ago

0.1.13

9 months ago

0.1.12

9 months ago

0.1.11

9 months ago

0.1.10

9 months ago

0.1.8

9 months ago