##// END OF EJS Templates
typescript strict mode...
typescript strict mode Added TAP traits, TAP text writer

File last commit:

r1:b6ccfccf314f default
r1:b6ccfccf314f default
Show More
package.json
15 lines | 371 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"devDependencies": {
"@types/requirejs": "2.1.31",
"dojo": "1.16.0",
"dojo-typings": "1.11.9",
"typescript": "~3.7.5",
"eslint": "6.8.0",
"tslint": "6.0.0",
cin
typescript strict mode...
r1 "@implab/core-amd": "^1.3.2",
"yaml": "~1.7.2",
"@types/yaml": "1.2.0",
"chai": "4.2.0",
"@types/chai": "4.1.3"
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}