17 lines
311 B
JSON
17 lines
311 B
JSON
|
{
|
||
|
"files": ["index.tsx"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "build/node",
|
||
|
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "antihtml",
|
||
|
"lib": ["es2023"],
|
||
|
"target": "es2023",
|
||
|
"module": "node16",
|
||
|
"moduleResolution": "node16",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|