pipelines/frontend/tsconfig.test.json

8 lines
130 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "commonjs"
}
}