Mercurial > hg > ng2-query-ismi
view src/tsconfig.json @ 59:0d51fefdbae6 webpack
Starting 'webpack' branch
author | casties |
---|---|
date | Wed, 29 Mar 2017 19:01:29 +0200 |
parents | b65a031c4967 |
children |
line wrap: on
line source
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "es2015", "dom" ], "noImplicitAny": false, "suppressImplicitAnyIndexErrors": true } }