server_table/tsconfig.test.json

6 lines
87 B
JSON
Raw Permalink Normal View History

2018-06-23 07:57:40 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}