tsconfig.json 92 B

123456
  1. {
  2. "compilerOptions": {
  3. "module": "NodeNext",
  4. "moduleResolution": "NodeNext"
  5. }
  6. }