tsconfig.json 143 B

12345678
  1. {
  2. "extends": "./tsconfig.base.json",
  3. "compilerOptions": {
  4. "baseUrl": "scripts",
  5. "noEmit": true,
  6. "isolatedModules": false
  7. }
  8. }