7 lines
136 B
JSON
7 lines
136 B
JSON
{
|
|
"extends": "@tsconfig/node21/tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"outDir": "out"
|
|
}
|
|
} |