PixelStreamingInfrastructure/Common/tsconfig.cjs.json

10 lines
213 B
JSON
Raw Permalink Normal View History

2024-02-01 06:17:29 +08:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./build/commonjs",
"module": "commonjs",
"declaration": true,
"declarationDir": "./build/types"
}
}