##// END OF EJS Templates
ActivationContext removed 'clone' method, rewritten 'enter' method
ActivationContext removed 'clone' method, rewritten 'enter' method

File last commit:

r1:a51ea59f0423 default
r3:8a4027b4c19f default
Show More
tsconfig.json
8 lines | 139 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDirs": [
"ts",
"../main/ts"
]
}
}