##// END OF EJS Templates
Added playground project
Added playground project

File last commit:

r71:73341acc489b default
r97:8b413dc7fc42 v1.3
Show More
tsconfig.json
13 lines | 253 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs", "./typings", "@implab/dojo-typings"
]
}
}