##// END OF EJS Templates
Added tag v1.6.0 for changeset aac297dda27d
Added tag v1.6.0 for changeset aac297dda27d

File last commit:

r110:1a190b3a757d v1.4.0 default
r117:df9fa867d799 default
Show More
tsconfig.json
17 lines | 420 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"module": "AMD",
"jsx": "react",
"jsxFactory": "createElement",
"strict": true,
"types": [
"requirejs",
"@implab/djx",
"@implab/dojo-typings"
],
"skipLibCheck": true,
"target": "ES5",
"lib": ["ES2015"]
}
}