speedscope/tsconfig.json
2017-12-14 00:30:35 -08:00

10 lines
170 B
JSON

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