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

9 lines
122 B
JSON

// For IDE
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es2015"
}
}