##// END OF EJS Templates
Support for Function Components...
Support for Function Components Added JSX.IntrinsicElements

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r34:e8012fdf09ae 1.0.0-rc16 default
Show More
tsconfig.json
12 lines | 287 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings", "dojo-typings"]
}
}