tsconfig.json
15 lines
| 368 B
| application/json
|
JsonLexer
cin
|
r99 | { | |
"compilerOptions": { | |||
"moduleResolution": "node", | |||
"experimentalDecorators": true, | |||
"module": "AMD", | |||
"jsx": "react", | |||
"jsxFactory": "createElement", | |||
"strict": true, | |||
"types": [ | |||
"requirejs", | |||
"@implab/djx", | |||
"@implab/dojo-typings" | |||
], | |||
"skipLibCheck": true | |||
} | |||
} |