##// END OF EJS Templates
temp commit, working on @on() decorator
temp commit, working on @on() decorator

File last commit:

r71:73341acc489b default
r72:3ef812269f4f default
Show More
tsconfig.json
12 lines | 295 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings", "@implab/dojo-typings"]
}
}