tsconfig.json
17 lines
| 427 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" | |||
], | |||
cin
|
r110 | "skipLibCheck": true, | |
"target": "ES5", | |||
cin
|
r118 | "lib": ["ES2015", "DOM"] | |
cin
|
r99 | } | |
} |