40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"strictNullChecks": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/packages/language-service",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/animation": ["../../dist/packages/animation"],
|
|
"@angular/animation/browser": ["../../dist/packages/animation/browser"],
|
|
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
"@angular/compiler-cli": ["../../dist/packages/compiler-cli"],
|
|
"@angular/http": ["../../dist/packages/http"],
|
|
"@angular/platform-server": ["../../dist/packages/platform-server"],
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
"@angular/tsc-wrapped": ["../../dist/tools/@angular/tsc-wrapped"],
|
|
"@angular/tsc-wrapped/*": ["../../dist/tools/@angular/tsc-wrapped/*"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "dom"]
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
"../../node_modules/@types/node/index.d.ts",
|
|
"../../node_modules/@types/jasmine/index.d.ts"
|
|
]
|
|
}
|