nexus/tsconfig.cjs.json

8 lines
116 B
JSON
Raw Permalink Normal View History

2020-05-13 01:58:58 +08:00
{
"extends": "./tsconfig.build.json",
2020-05-13 01:58:58 +08:00
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist"
}
}