FarmMapsLib/projects/common/tsconfig.lib.json

15 lines
270 B
JSON
Raw Normal View History

2020-04-01 07:06:11 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declaration": true,
2022-08-29 15:43:07 +00:00
"declarationMap": true,
2020-04-01 07:06:11 +00:00
"inlineSources": true,
2022-08-29 15:43:07 +00:00
"types": []
2020-04-01 07:06:11 +00:00
},
"exclude": [
"src/test.ts",
"**/*.spec.ts"
2020-04-01 14:11:44 +00:00
]
2020-04-01 07:06:11 +00:00
}