Files
product_inventory/tsconfig.json
2024-11-13 23:43:32 -07:00

10 lines
159 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"lib": [
"esnext"
],
"experimentalDecorators": true
}
}