mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Updated @nx/js from 20.4.6 to 20.8.1 - Updated angular-eslint from 19.1.0 to 19.2.0 - Added path mapping for @isa/common/print in tsconfig.base.json - Added path mapping for @isa/ui/dialog in tsconfig.base.json - Added path mapping for @isa/ui/list in tsconfig.base.json
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"files": ["src/test-setup.ts"],
|
|
"include": [
|
|
"jest.config.ts",
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|