mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
// @jsx: react-jsx,react-jsxdev
|
|
// @strict: true
|
|
// @module: commonjs
|
|
/// <reference path="/.lib/react16.d.ts" />
|
|
const a = <div>text</div>;
|
|
|
|
export {};
|