client-js/tsconfig.json
2023-09-20 14:05:42 +02:00

10 lines
No EOL
189 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "amd",
"target": "ES6",
"rootDir": "./src",
"outFile": "./build/Reflect.js"
}
}