tsconfig.json 197 B

12345678910
  1. {
  2. "extends": "../../tsconfig.shared",
  3. "compilerOptions": {
  4. "allowJs": true,
  5. "emitDeclarationOnly": false,
  6. "skipLibCheck": true,
  7. "noEmit": true,
  8. },
  9. "include": ["types/*"],
  10. }