tsconfig.simple.json 56 B

12345
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs"
  4. }
  5. }