Files
dspace-angular/tsconfig.ts-node.json
2020-03-26 15:30:41 +01:00

7 lines
88 B
JSON

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