PixelStreamingInfrastructure/Frontend/library/tsconfig.jest.json

9 lines
137 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./src/**/*.ts"],
"exclude": [],
"compilerOptions": {
"module": "CommonJS"
}
}