pprofweb/pkg/goroutineinstance/site/tsconfig.json

16 lines
254 B
JSON
Raw Normal View History

2024-10-29 06:45:23 +00:00
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"lib": [
"esnext"
],
"plugins": [
{
"transform": "typia/lib/transform"
}
],
"strictNullChecks": true,
"strict": true
}
}