2015-04-24 19:20:40 -04:00
|
|
|
{
|
|
|
|
"version": "1.5.0",
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"removeComments": true,
|
|
|
|
"noLib": false,
|
|
|
|
"outDir": "dist/js/cjs"
|
|
|
|
},
|
|
|
|
"filesGlob": [
|
|
|
|
"./**/*.ts",
|
|
|
|
"!./node_modules/**/*.ts"
|
2015-05-29 15:31:11 -04:00
|
|
|
]
|
2015-04-24 19:20:40 -04:00
|
|
|
}
|