0.4.4 • Published 9 months ago

@rnx-kit/metro-plugin-typescript v0.4.4

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

@rnx-kit/metro-plugin-typescript

Build npm version

@rnx-kit/metro-plugin-typescript adds type checking to Metro.

Usage

 const { makeMetroConfig } = require("@rnx-kit/metro-config");
+const { TypeScriptPlugin } = require("@rnx-kit/metro-plugin-typescript");

 module.exports = makeMetroConfig({
   serializer: {
+    experimentalSerializerHook: TypeScriptPlugin(),
   },
 });

Options

KeyTypeDefaultDescription
throwOnErrorbooleanfalseWhether to throw when errors are found.
0.4.4

9 months ago

0.4.3

10 months ago

0.4.2

11 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago