chore: experiment with adjusting the tsconfig

This commit is contained in:
Sean Perkins
2023-07-26 12:05:46 -04:00
parent e1dc873e69
commit e254003ec5

View File

@@ -35,8 +35,11 @@
{
"name": "typescript-eslint-language-service"
}
]
],
"paths": {
"@ionic/angular/common": ["common/src"]
}
},
"exclude": ["node_modules", "src/schematics"],
"files": ["src/index.ts"]
"include": ["src/**/*", "standalone/src/**/*", "common/src/**/*"]
}