##// END OF EJS Templates
fixed dependencies
fixed dependencies

File last commit:

r2:8ec37bf1b4d1 default
r3:fb4d13ff05ae default
Show More
tsconfig.json
10 lines | 196 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"../main/ts"
],
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "types": ["requirejs"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}