snowview/tsconfig.test.json

6 lines
87 B
JSON
Raw Normal View History

2020-10-11 15:09:04 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}