tsconfig.json 93 B

123456
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "verbatimModuleSyntax": false
  5. }
  6. }