speedscope/tsconfig.json
2018-04-05 00:53:21 -07:00

10 lines
170 B
JSON

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