2015-09-22 15:03:39 -04:00
|
|
|
{
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../dist/tools/",
|
2016-01-22 13:51:16 -05:00
|
|
|
"noImplicitAny": true,
|
2016-06-22 18:57:24 -04:00
|
|
|
"noFallthroughCasesInSwitch": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2015-09-22 15:03:39 -04:00
|
|
|
},
|
2016-04-28 20:50:03 -04:00
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
2016-05-20 19:06:52 -04:00
|
|
|
"lib": ["es6", "dom"],
|
2016-04-28 20:50:03 -04:00
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"exclude": [
|
2016-06-08 19:06:23 -04:00
|
|
|
"node_modules",
|
2016-06-22 14:28:40 -04:00
|
|
|
"typings-test",
|
|
|
|
"public_api_guard"
|
2016-04-28 20:50:03 -04:00
|
|
|
]
|
2015-09-22 15:03:39 -04:00
|
|
|
}
|