build(language-service): support deep import bundling of language services (#14689)
This commit is contained in:
13
modules/@angular/core/tsconfig-2015.json
Normal file
13
modules/@angular/core/tsconfig-2015.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig-build",
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../../../dist/esm/core"
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
||||
"../../system.d.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user