PixelStreamingInfrastructure/Common/tsconfig.esm.json

8 lines
134 B
JSON
Raw Permalink Normal View History

2024-02-01 06:17:29 +08:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./build/esm",
"module": "es2015"
}
}