neo1 / scripts /tsconfig.json
agent
Initial commit
c8ed262
raw
history blame contribute delete
157 Bytes
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node"]
},
"include": ["src"]
}