##// END OF EJS Templates
Added tag v1.0.1 for changeset 18383b2dcc1a
Added tag v1.0.1 for changeset 18383b2dcc1a

File last commit:

r41:3b6c4159c66c v1.0.0 default
r45:2b4ec87f7da0 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
Corrected tsx typings
r41 "types": ["requirejs", "../main/typings", "dojo-typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}