nexus/tsconfig.cjs.json

8 lines
116 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist"
}
}