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/spec",
|
|
|
|
|
"types": [
|
2023-09-20 09:57:47 +07:00
|
|
|
"jasmine",
|
|
|
|
|
"google.accounts"
|
2023-09-14 14:52:04 +07:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src/**/*.spec.ts",
|
|
|
|
|
"src/**/*.d.ts"
|
|
|
|
|
]
|
2023-09-20 09:57:47 +07:00
|
|
|
}
|