pprofweb/pkg/goroutineinstance/site/tsconfig.json

16 lines
254 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"lib": [
"esnext"
],
"plugins": [
{
"transform": "typia/lib/transform"
}
],
"strictNullChecks": true,
"strict": true
}
}