2015-09-22 12:03:39 -07:00
|
|
|
{
|
2016-04-28 17:50:03 -07:00
|
|
|
"compilerOptions": {
|
2025-05-07 06:50:28 +00:00
|
|
|
"skipLibCheck": true,
|
2016-04-28 17:50:03 -07:00
|
|
|
"declaration": true,
|
2021-09-25 14:58:32 +02:00
|
|
|
"esModuleInterop": true,
|
2016-04-28 17:50:03 -07:00
|
|
|
"sourceMap": true,
|
2025-05-23 17:27:09 +00:00
|
|
|
"module": "esnext",
|
2026-01-15 14:55:02 +01:00
|
|
|
"moduleResolution": "bundler",
|
2025-05-23 17:27:09 +00:00
|
|
|
"types": ["node"],
|
|
|
|
|
"paths": {
|
2026-01-15 14:55:02 +01:00
|
|
|
"@angular/*": ["../packages/*/index"]
|
2025-05-23 17:27:09 +00:00
|
|
|
}
|
2018-12-10 20:25:49 +01:00
|
|
|
}
|
|
|
|
|
}
|