Files
Matthieu Riegler 9cf7b44f7c build: remove explicit strict options
Those options are enabled by default, they don't need to be explicit.
2026-08-31 13:17:00 -07:00

15 lines
281 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"module": "esnext",
"moduleResolution": "bundler",
"types": ["node"],
"paths": {
"@angular/*": ["../packages/*/index"]
}
}
}