16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"plugins": [
|
|
{
|
|
"transform": "typia/lib/transform"
|
|
}
|
|
],
|
|
"strictNullChecks": true,
|
|
"strict": true
|
|
}
|
|
} |