12 lines
283 B
JSON
12 lines
283 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/lib",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true
|
|
},
|
|
"exclude": ["**/*.spec.ts"]
|
|
}
|