{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noEmitHelpers": true,
"baseUrl": "./src",
"paths": {
"cart/*": [ "app/cart/*" ],
"customer/*": [ "app/customer/*" ],
"device/*": [ "app/device/*" ],
"services/*": [ "app/shared/services/*" ],
"components/*": [ "app/shared/components/*" ],
"mocks/*": [ "app/shared/mocks/*" ]
}
},
"compileOnSave": false,
"buildOnSave": false,
"awesomeTypescriptLoaderOptions": {
"forkChecker": true,
"useWebpackText": true
}
}
npm test
当我运行tsconfig.json
时,由于业力在example.service.ts
import { ExampleService } from 'services/example';
logging.handlers.RotatingFileHandler