2016-05-03 12:24:09 -04:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
// For TypeScript 1.8, we have to lay out generated files
|
|
|
|
// in the same source directory with your code.
|
2016-05-27 19:22:16 -04:00
|
|
|
"genDir": "."
|
2016-05-03 12:24:09 -04:00
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"experimentalDecorators": true,
|
2016-05-07 11:20:56 -04:00
|
|
|
"noImplicitAny": true,
|
2016-05-03 12:24:09 -04:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"rootDir": "",
|
|
|
|
"declaration": true,
|
2016-05-04 17:17:53 -04:00
|
|
|
"lib": ["es6", "dom"],
|
2016-05-27 19:22:16 -04:00
|
|
|
"baseUrl": "."
|
2016-05-26 16:16:53 -04:00
|
|
|
}
|
2016-05-03 12:24:09 -04:00
|
|
|
}
|