mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
}
|
|
} |