mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-02 01:35:18 +03:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "bundler",
|
|
"noUncheckedIndexedAccess": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|