client-js/tsconfig.json

8 lines
No EOL
141 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "NodeNext",
"outDir": "./build"
}
}