##// 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:

r15:8ef85ad13241 default
r20:10be5c661c79 default
Show More
tsconfig.json
17 lines | 407 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
cin
Working on dojo typings
r15 "baseUrl": "../",
cin
Initial commit, copied files related to .tsx scripts support.
r0 "rootDir": "ts",
cin
Fixed @implab/djx/index typings
r10 "rootDirs": [
"ts",
"typings"
],
cin
Working on dojo typings
r15 "paths" : {
"dojo/*" : [ "typings/dojo/*" ],
"dijit/*" : [ "typings/dijit/*" ]
},
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "types": [
cin
Working on dojo typings
r15 "requirejs", "./typings/index", "../typings/dojo/index"
cin
created typings for basic part of dojo and dijit further work is required to...
r2 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}