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:
12
modules/angular2/tsconfig.json
Normal file
12
modules/angular2/tsconfig.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"emitDecoratorMetadata": true,
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
"sourceRoot": ".",
|
||||
"target": "ES5",
|
||||
"outDir": "../../dist/js/cjs"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user