2025-05-06 20:59:30 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"lib": ["ES2022", "dom"],
|
|
|
|
|
"jsx": "react",
|
|
|
|
|
"jsxFactory": "h",
|
|
|
|
|
"jsxFragmentFactory": "Fragment",
|
|
|
|
|
"types": ["node"],
|
2025-07-14 14:45:06 +00:00
|
|
|
"paths": {
|
|
|
|
|
"@angular/*": ["../../packages/*/index"]
|
2025-10-22 20:41:44 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
|
"strictTemplates": true
|
2025-05-06 20:59:30 +00:00
|
|
|
}
|
2025-07-10 14:34:04 +00:00
|
|
|
}
|