inspec/www/tutorial/tsconfig.json
Victoria Jeffrey 1ea965080a initial commit
2016-09-01 22:33:41 +01:00

12 lines
260 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}