Files

10 lines
157 B
JSON
Raw Permalink Normal View History

2026-05-28 23:37:31 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node"]
},
"include": ["src"]
}