tsconfig.json 221 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "composite": false,
  4. "emitDeclarationOnly": false,
  5. "noEmit": true,
  6. "rootDir": "."
  7. },
  8. "extends": "../../tsconfig.json",
  9. "include": [
  10. "**/*",
  11. "../../types/**/*",
  12. ],
  13. }