Mercurial > hg > ng2-query-ismi
view tsconfig.json @ 40:896ae7eefb33
fix relation type queries.
author | casties |
---|---|
date | Mon, 15 Feb 2016 11:10:08 +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" ] }