Taobin-Recipe-Manager/client/tsconfig.app.json

16 lines
291 B
JSON
Raw Normal View History

2023-09-14 14:52:04 +07:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"google.accounts"
]
2023-09-14 14:52:04 +07:00
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}