##// END OF EJS Templates
Added tag v1.0.0-rc3 for changeset 6d80d7901b4c
Added tag v1.0.0-rc3 for changeset 6d80d7901b4c

File last commit:

r4:fc9f82c082ef v1.0.0-rc2 default
r9:11edf8e36b92 default
Show More
tsconfig.json
8 lines | 158 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "types": [
cin
switched back to dojo-typings module...
r4 "requirejs", "dojo-typings"
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 }
}