sandbox-agent/scripts/release/tsconfig.json

11 lines
184 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["node"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}