2015-09-15 13:23:36 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2015-12-17 14:27:34 +01:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "public_gen",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"target": "es5",
|
|
|
|
"rootDir": "public/",
|
2016-04-11 16:21:25 -04:00
|
|
|
"sourceRoot": "public/",
|
2015-12-17 14:27:34 +01:00
|
|
|
"module": "system",
|
|
|
|
"noEmitOnError": true,
|
2016-04-11 16:21:25 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true
|
2015-12-17 14:27:34 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2016-04-11 16:21:25 -04:00
|
|
|
"public/app/**/*.ts"
|
2015-12-17 14:27:34 +01:00
|
|
|
]
|
2016-04-11 16:21:25 -04:00
|
|
|
}
|