mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* feat(prettier): added prettier for formatting code on pre-commit and linted files * feat(prettier): formatted code after merge
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|