inspec/www/tutorial/tsconfig.json

13 lines
260 B
JSON
Raw Normal View History

2016-08-24 08:58:40 -04:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}