mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"jsxFactory": "m"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import {m} from 'some-react-library';
|
||||
|
||||
export default function doAThing() {
|
||||
return <span>foo</span>;
|
||||
}
|
||||
Reference in New Issue
Block a user