jsconfig.json 128 B

1234567
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "commonjs",
  5. "experimentalDecorators": true
  6. }
  7. }