FluidFramework/examples/external-data/tsconfig.cjs.json

8 строки
175 B
JSON

{
// This config must be used in a "type": "commonjs" environment. (Use fluid-tsc commonjs.)
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
},
}