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/ ```
This commit is contained in:
parent
adaa157317
commit
73d15edef5
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"emitDecoratorMetadata": true,
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
"sourceRoot": ".",
|
||||
"target": "ES5",
|
||||
"outDir": "../../dist/js/cjs"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue