##// END OF EJS Templates
sync
sync

File last commit:

r7:d14fb562b896 default
r7:d14fb562b896 default
Show More
tsconfig.json
17 lines | 437 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"paths": {
"@implab/djx" : ["../main/ts", "../main/typings"]
//"@implab/djx/*" : ["../main/ts/*", "../main/typings/*" ]
},
"types": ["requirejs"]
}
}