speedscope/tsconfig.json

9 lines
142 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"strict": true,
"jsx": "react",
"jsxFactory": "h",
"target": "es2015"
}
}