tsconfig.json 72 B

123456
  1. {
  2. "compilerOptions": {
  3. "rootDir": "src",
  4. "noEmit": true
  5. }
  6. }