Mercurial > hg > ng2-query-ismi
view tsconfig.json @ 27:c2946b7135cd
working on larger results.
author | casties |
---|---|
date | Wed, 27 Jan 2016 15:38:17 +0100 |
parents | f6f4177d0a81 |
children |
line wrap: on
line source
{ "compilerOptions": { "target": "ES5", "module": "commonjs", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": false, "outDir": "build" }, "exclude": [ "jspm_packages", "node_modules", "dist" ] }