##// END OF EJS Templates
linting
linting

File last commit:

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