client-js/tsconfig.json
Victor Westerlund 278868984d
fix: ESM exports (#2)
* wip: 2023-09-20T13:43:23+0200 (1695210203)

* wip: 2023-09-20T12:53:34+0200 (1695207214)

* wip: 2023-09-20T12:53:34+0200 (1695207214)

* wip: 2023-11-07T14:37:18+0100 (1699364238)
2023-11-09 10:51:01 +01:00

8 lines
No EOL
141 B
JSON

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