inspec/www/tutorial/tsconfig.json

21 lines
376 B
JSON
Raw Normal View History

2016-08-24 12:58:40 +00:00
{
"compilerOptions": {
"target": "es5",
2016-08-24 12:58:40 +00:00
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"types": [
"core-js"
],
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
2016-08-24 12:58:40 +00:00
}