##// END OF EJS Templates
corrected code to support ts strict mode...
corrected code to support ts strict mode safe.ts - more tight typings - added notImplemented stub function - added fork funtion - added keys function (like Object.keys but extracts keys type) - added isKeyof typeguard - added 'primitive' union type added EventProvider for the observable

File last commit:

r93:e1c9ce0d77b4 ts-plugin
r115:691199f665e0 ioc ts support
Show More
tsconfig.json
13 lines | 246 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"types": [
"requirejs",
"dojo-typings"
],
"rootDir": "ts",
"rootDirs": [
"ts",
"../main/ts"
]
}
}