1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/frontend/tsconfig.spec.json

21 lines
373 B
JSON
Raw Normal View History

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
2019-12-10 17:44:35 +08:00
"extends": "../../tsconfig.json",
"compilerOptions": {
2019-12-10 17:44:35 +08:00
"outDir": "../../out-tsc/spec",
2023-03-11 20:58:38 +08:00
"target": "ES2022",
"module": "ES2022",
"types": [
"jasmine"
]
},
"files": [
2018-05-08 03:42:32 +08:00
"test.ts",
"polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}