mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"es2017"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@angular/animations": ["../../../node_modules/@angular/animations/"],
|
|
"@angular/common": ["../../../node_modules/@angular/common/"],
|
|
"@angular/compiler": ["../../../node_modules/@angular/compiler/"],
|
|
"@angular/core": ["../../../node_modules/@angular/core/"],
|
|
"@angular/forms": ["../../../node_modules/@angular/forms/"],
|
|
"@angular/http": ["../../../node_modules/@angular/http/"],
|
|
"@angular/language-service": ["../../../node_modules/@angular/language-service/"],
|
|
"@angular/platform-browser": ["../../../node_modules/@angular/platform-browser/"],
|
|
"@angular/platform-browser-dynamic": ["../../../node_modules/@angular/platform-browser-dynamic/"],
|
|
"@angular/router": ["../../../node_modules/@angular/router/"],
|
|
"rxjs": ["../../../node_modules/@angular/rxjs/"],
|
|
"@ionic/angular": ["../../../"]
|
|
}
|
|
}
|
|
}
|