##// END OF EJS Templates
Working sandbox
Working sandbox

File last commit:

r99:908c1ce6ce6d v1.3
r99:908c1ce6ce6d 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
}
}