sass-references/angular-material/material/schematics/ng-update/tsconfig.json

9 lines
122 B
JSON
Raw Permalink Normal View History

2024-12-06 10:42:08 +08:00
// For IDE
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es2015"
}
}