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