##// END OF EJS Templates
Added tag v1.0.0-rc8 for changeset 8f4d5e2c719a
Added tag v1.0.0-rc8 for changeset 8f4d5e2c719a

File last commit:

r14:9e546fe36fdd v1.0.0-rc7 default
r20:10be5c661c79 default
Show More
tsconfig.json
17 lines | 457 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
cin
sync
r7 "baseUrl": ".",
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
sync
r7 "paths": {
cin
sync
r8 "@implab/djx" : ["../main/ts", "../main/typings"],
"@implab/djx/*" : ["../main/ts/*", "../main/typings/*" ]
cin
sync
r7 },
cin
sync
r8 "types": ["requirejs", "../main/typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}