##// END OF EJS Templates
Added test widgets to the playground
Added test widgets to the playground

File last commit:

r93:d99e2014cea4 default
r100:ff52224a63f0 v1.3
Show More
tsconfig.json
13 lines | 328 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"noUnusedLocals": false,
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings", "@implab/dojo-typings"]
}
}