##// END OF EJS Templates
Added tag v1.0.0-rc14 for changeset a46488b209e8
Added tag v1.0.0-rc14 for changeset a46488b209e8

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r31:0ec710092851 default
Show More
tsconfig.json
12 lines | 287 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
cin
Added placeAt() method to BuildContext
r14 //"rootDir": "ts",
cin
Initial commit, copied files related to .tsx scripts support.
r0 "rootDirs": [
"ts",
cin
sync
r7 "typings",
"../main/ts",
"../main/typings"
cin
Initial commit, copied files related to .tsx scripts support.
r0 ],
cin
fixed strict mode @bind decorator
r28 "types": ["requirejs", "../main/typings", "dojo-typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}