Files
product_inventory/tsconfig.json
2024-11-07 21:53:09 -07:00

8 lines
107 B
JSON

{
"compilerOptions": {
"lib": [
"esnext"
],
"experimentalDecorators": true
}
}