2018-04-04 12:02:01 +03:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./out-tsc/app",
|
|
|
|
"module": "es2015",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2018-06-28 19:36:31 +03:00
|
|
|
"@angular-react/*": ["@angular-react/*"]
|
2018-04-04 12:02:01 +03:00
|
|
|
}
|
|
|
|
},
|
2018-06-28 19:36:31 +03:00
|
|
|
"exclude": ["**/*.spec.ts", "**/*.e2e-spec.ts", "node_modules", "tmp"]
|
2018-04-04 12:02:01 +03:00
|
|
|
}
|