rspec/frontend/tsconfig-rules.json

6 lines
97 B
JSON
Raw Permalink Normal View History

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