mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 12:53:23 +03:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"jsx": "react",
|
|
"noUnusedLocals": true,
|
|
"jsxFactory": "h",
|
|
"target": "es2015"
|
|
}
|
|
} |