mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-20 01:35:19 +03:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
},
|
|
"include": ["src"]
|
|
}
|