Tobias Bosch 73d15edef5 chore(build): add tsconfig.json to modules/angular2
This allows to use `tsc` directly on Angular2, e.g.
```
./node_modules/.bin/tsc -w -p modules/angular2/
```
2015-05-19 15:12:58 -07:00

13 lines
274 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"declaration": true,
"module": "commonjs",
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
"target": "ES5",
"outDir": "../../dist/js/cjs"
}
}