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