jsconfig.json 88 B

123456
  1. {
  2. "include": ["**/*"],
  3. "compilerOptions": {
  4. "experimentalDecorators": true
  5. }
  6. }