mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 15:03:53 +05:00
16 lines
No EOL
310 B
JSON
16 lines
No EOL
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
} |