##// END OF EJS Templates
Close v1.3 branch
Close v1.3 branch

File last commit:

r99:908c1ce6ce6d v1.3
r103:4a1b0098cd9e v1.3
Show More
tsconfig.json
15 lines | 368 B | application/json | JsonLexer
cin
Working sandbox
r99 {
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"module": "AMD",
"jsx": "react",
"jsxFactory": "createElement",
"strict": true,
"types": [
"requirejs",
"@implab/djx",
"@implab/dojo-typings"
],
"skipLibCheck": true
}
}