mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
be17ed3309
Update the configuration for tslint PR Close #61146
20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
"adev/**/*"
|
|
],
|
|
"exclude": [
|
|
"adev/src/content/api-examples/**",
|
|
"adev/src/content/examples/**",
|
|
"adev/src/content/tutorials/**",
|
|
]
|
|
}
|