##// END OF EJS Templates
Working on IntrisictElements to support legacy and new tsx styles
Working on IntrisictElements to support legacy and new tsx styles

File last commit:

r40:ac3004768754 default
r40:ac3004768754 default
Show More
tsconfig.json
12 lines | 294 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
Working on IntrisictElements to support legacy and new tsx styles
r40 "types": ["requirejs", "../main/typings/legacy", "dojo-typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}