index.community/frontend/tsconfig.test.json

6 lines
87 B
JSON
Raw Normal View History

2018-08-27 12:07:32 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}